Space Engineers
|
Classes | |
struct | ArrayMetadata |
class | FsmContext |
interface | IJsonWrapper |
class | JsonData |
class | JsonException |
class | JsonMapper |
class | JsonMockWrapper |
class | JsonReader |
class | JsonWriter |
class | Lexer |
struct | ObjectMetadata |
class | OrderedDictionaryEnumerator |
struct | PropertyMetadata |
class | WriterContext |
Functions | |
delegate void | ExporterFunc< T > (T obj, JsonWriter writer) |
delegate TValue | ImporterFunc< TJson, TValue > (TJson input) |
delegate IJsonWrapper | WrapperFactory () |
ParserToken.cs Internal representation of the tokens used by the lexer and the parser.
The authors disclaim copyright to this source code. For more details, see the COPYING file included with this distribution.
enum LitJson.JsonToken |
Enumerator | |
---|---|
None | |
ObjectStart | |
PropertyName | |
ObjectEnd | |
ArrayStart | |
ArrayEnd | |
Int | |
Long | |
Double | |
String | |
Boolean | |
Null |
Definition at line 22 of file JsonReader.cs.
enum LitJson.JsonType |
Enumerator | |
---|---|
None | |
Object | |
Array | |
String | |
Int | |
Long | |
Double | |
Boolean |
Definition at line 22 of file IJsonWrapper.cs.
delegate void LitJson.ExporterFunc< T > | ( | T | obj, |
JsonWriter | writer | ||
) |
delegate TValue LitJson.ImporterFunc< TJson, TValue > | ( | TJson | input | ) |
delegate IJsonWrapper LitJson.WrapperFactory | ( | ) |