Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codec: json: decode json null as a string
Previously, we only treated "..." as a string. Now we also look for and handle null as a string, and return an empty string or a nil byte, depending on the context. Fixes #182 #180
- Loading branch information