We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.