Skip to content
lnyarl edited this page Aug 17, 2011 · 3 revisions

Welcome to the Jason wiki!

string json = File.ReadAllText("./test.json");
Parser adf = new Parser();
JsonValue r = adf.Parse(json);

Debug.Assert(r["widget"]["tq"]["0"].ToString() == "a");

this implement refer to http://json.org/
it differ with current json format in javascript of web browser.

Clone this wiki locally