-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Thanks for releasing this
I've a json with a null string (returning null, not "")

The parser seems to be confused because the value is {"ul"} and not {null}
Putting if json == "null" return null seems to fix the issue here:
https://github.com/zanders3/json/blob/master/src/JSONParser.cs#L132
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels