Parsing null values

Jan 25 at 10:04 PM

How do you parse nulls using JSON when it deserializes to a defined C# class type? Every time, the parses throws an exception. It can't seem to handle nulls but they seem to be common in JSON data

Coordinator
Jan 27 at 12:58 PM

Thank you for reporting this bug. The new Json Toolkit v2.1 can now deserialize data with null values. A few test cases related to null values are also added to the Visual Studio test project.