Date Name Downloads
Aug 10, 2010 1.0.6a 5514
Jan 28, 2008 0
Jan 28, 2008 0
1.0.6a
1.0.6a
Aug 10, 2010
Apache License
5514

Fixed a bug in JSONWriter. When the OS had a custom decimal separator, incorrect JSON was output when using AppendValue to add a number such as 123,45



Fixed a related bug in JSONReader. When parsing a JSON string when the OS had a custom decimal separator, a number such as 123.45 in the string is now output as 123,45.



Removed local encryption from version 1.0.6





NEW FEATURES



Added a new feature to JSONWriter. The AppendValue method now accepts a JSONArray or JSONObject as input.



Added better error handling. More information about runtime errors is now reported.