すべてのクラス
| クラス | 説明 |
|---|---|
| JsoncReader |
This interface is JSONC reader to JsonHub.
|
| JsoncReaderException |
JSON reader Exception.
|
| JsonHub |
This interface is implements of JSON(RFC 8259) converter, parser, builder, prettyPrint.
|
| JsonHubBuilder |
This interface is implements of building JsonHub instance.
|
| JsonHubBuildException |
JsonHub build Exception.
|
| JsonHubIndexOutOfBoundsException |
JsonHub parse Index out of bounds Exception.
|
| JsonHubNumberFormatException |
JsonHub Number format Exception.
|
| JsonHubParseException |
JsonHub Parse Exception.
|
| JsonHubPrettyPrinter |
This interface is implements of pretty-printing JSON.
|
| JsonHubPrettyPrinterConfig |
This class is implements of Pretty-Print-Configuration.
|
| JsonHubType |
JSON value types.
|
| JsonHubUnsupportedOperationException |
JsonHub Unsupported Operation Exception.
|
| JsonHubUnsupportedParseException |
JsonHub Unsupported Parse Exception.
|
| JsonObjectPair |
this interface is pair of Object name ans value.
|
| JsonPathParseException |
JsonPath parse Exception.
|
| JsonString |
This interface is escape/unescape JSON-String.
|