JSON for .NET
inactiveAs of 2011-04-21, this project is no longer under active development.
Description
Simple library for parsing and generating text in JSON data format.
JSON for .NET Web SiteUser Ratings
User Reviews
-
Good idea, great project.
-
What words... super, a magnificent idea
-
Easy to install and use.
-
Loved this DLL except that it doesn't like escaped double-quote, solidus, or reverse solidus at the end of a string value. According to http://json.org if you have a double-quote, solidus, or reverse solidus in a string value you must escape these characters by preceding them with a reverse solidus. So, the end of the string value as it goes to the parser would look like this double-quote - \"", solidus - \/", reverse solidus - \\", In each of these three cases, the parser available here throws a COM exception in my VB 2010 ASP.NET implementation. In the case of a double-quote, the message is "Index was outside the bounds of the array". In the case of solidus and reverse solidus, the message is "One of the identified items was in an invalid format"
-
Great library. A few major bugs, but there's an update for anyone having issues: https://sourceforge.net/projects/csjson/forums/forum/735351/topic/3926873
-
Nice! i love that's!