Definition at line 44 of file JsonReader.cs.
LitJson.JsonReader.JsonReader |
( |
string |
json_text | ) |
|
|
inline |
LitJson.JsonReader.JsonReader |
( |
TextReader |
reader | ) |
|
|
inline |
void LitJson.JsonReader.Close |
( |
| ) |
|
|
inline |
bool LitJson.JsonReader.Read |
( |
| ) |
|
|
inline |
bool LitJson.JsonReader.AllowComments |
|
getset |
bool LitJson.JsonReader.AllowSingleQuotedStrings |
|
getset |
bool LitJson.JsonReader.EndOfInput |
|
get |
bool LitJson.JsonReader.EndOfJson |
|
get |
bool LitJson.JsonReader.SkipNonMembers |
|
getset |
object LitJson.JsonReader.Value |
|
get |
The documentation for this class was generated from the following file: