A JSONTokener takes a source string and extracts characters and tokens from it. It is used by the JSONObject and JSONArray constructors to parse JSON source strings.
Public Domain 2002 JSON.org
Ported to C# by Are Bjolseth, teleplan.no
private int Tools.JSON.JSONTokener.myIndex
The index of the next character.
private string Tools.JSON.JSONTokener.mySource
The source string being tokenized.