|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.unkrig.commons.text.json.Json
public final class Json
The JSON DOM as defined on json.org.
| Nested Class Summary | |
|---|---|
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. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||