Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert null values to JsonNull (#15)
If we don't handle null values explicitly, they end up in the `else` case and are converted to strings, which ends up with null values being sent as "null" strings
- Loading branch information