json parser
alphaDescription
parse a json literal string into c# object of anonymous type which reflects its intrinsic structures. "{name:"lxguru", zipcode:98005} generates a C3 object as by var obj = new {name="lxguru, zipcode=98005}.
Categories
License
Update Notifications
User Reviews
Be the first to post a review of json parser!