Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Json representation of User State uses empty string, not "nil"
When giving a jsonRepresentation of OSUserState, choose empty string as the representation of a null value instead of the string literal "nil". The string "nil" can be interpreted as an existing value whereas the empty string is a better option as it can be checked for `isEmpty`.
- Loading branch information