| Modifier and Type | Class and Description |
|---|---|
static class |
Json.Array
Representation of a JSON 'array'.
|
static class |
Json.False
Representation of a JSON '
false' literal. |
static class |
Json.Member
Representation of a member of an
Json.ObjecT. |
static class |
Json.Null
Representation of a JSON '
null' literal. |
static class |
Json.NumbeR
Representation of a JSON 'number'.
|
static class |
Json.ObjecT
Representation of a JSON 'object'.
|
static class |
Json.StrinG
Representation of a JSON 'string'.
|
static class |
Json.True
Representation of a JSON '
true' literal. |
static interface |
Json.Value
Base for a JSON value.
|
static interface |
Json.ValueVisitor
Interface for the implementation of the 'visitor' pattern for a JSON value.
|
Copyright © 2018 Arno Unkrig. All rights reserved.