I\'ve written a web service that sends and returns json created with Json.NET. I\'ve included typenames, which allows polymorphism. With a bit of hacking, I\'ve got this worki
Try https://github.com/douglascrockford/JSON-js/blob/master/json2.js. There is a parse function which will parse your string into a javascript object safely.