JSON->XML the easy way

2009-01-26 @ 01:22#

for the last year or so i've been using a public C# library to handle JSON objects. i blogged about it when i first started using it and i still love it. i even built a small class (<100 lines) to handle JSON->XML conversion within my custom server-side Web framework. it works so well, i don't even think about it anymore!

i mention all this because an FF thread on JSON and XML cropped up today and i referred to this library. someone suggested i share this directly. so here it is.

using JSON on the .NET platform? check it out.

code