Nii.JSON : solid C# library

2008-02-02 @ 09:17#

i spent several days over the last week downloadiung and reviewing JSON libraries in C#. i know that Microsoft is including JSON serializers in their 3.0 and 3.5 .NET releases, but i wanted to do this kind of work without forcing to an upgrade from 2.0. and (typical for me) i wanted to dig into the details to undersand whats going on.

anyway, i found a solid library: the Nii.JSON is a port from java to C#. i don't usually like ports - they have lots of cruft. but this one is pretty good. and very solid. i like it. i can't find details on the ral author of the library (no email, etc.), but i thank you whomever you are.

code