Extracted at 2014-06-26.
pike.ida.liu.se
[Top]
Tools
Tools.JSON
Tools.JSON.JSONTokener

Class Tools.JSON.JSONTokener


Description

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


Variable myIndex

private int Tools.JSON.JSONTokener.myIndex

Description

The index of the next character.


Variable mySource

private string Tools.JSON.JSONTokener.mySource

Description

The source string being tokenized.