Interface | Description |
---|---|
JsonParser.Stream |
A parsed stream of MessagePack
Value s. |
Class | Description |
---|---|
CapturingPointers |
Represents "capturing pointers" to capture JSON values from
JsonParser . |
CapturingPointers.Builder |
Builds
CapturingPointers . |
JsonParser | Deprecated
Parsing for MessagePack
Value is deprecated. |
JsonValueParser |
Parses a stringified JSON to Embulk's
JsonValue . |
JsonValueParser.Builder |
Builds
JsonValueParser . |
Exception | Description |
---|---|
JsonParseException |
Represents an Exception in parsing a stringified JSON.
|