Rewrite a separated string as camelCase: non_field_errors becomes
nonFieldErrors.
The return type follows the value, so a literal in gives the camelCase
literal out and constants can be derived from the spelling they came from
instead of being written twice.
Rewrite a separated string as camelCase:
non_field_errorsbecomesnonFieldErrors.The return type follows the value, so a literal in gives the camelCase literal out and constants can be derived from the spelling they came from instead of being written twice.