json parser

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

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

VERSION HISTORY

  • Version N/A posted on 2011-03-04
    Several fixes and updates
  • Version N/A posted on 2011-03-04

Program Details