CodePlexProject Hosting for Open Source Software
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
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.
[$AUTHOR$] wrote: [$CONTENT$]