json parser

License: Free ‎File size: N/A
‎Users Rating: 4.0/5 - ‎1 ‎votes

ABOUT json parser

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}.