Package org.beanio.internal.parser.format.json
Parser implementation for the JSON stream format.
-
Interface Summary Interface Description JsonNode An interface implemented by any JSON segment or field. -
Class Summary Class Description JsonFieldFormat AFieldFormat
implementation for a field in a JSON formatted record.JsonMarshallingContext AMarshallingContext
for JSON formatted streams.JsonNodeUtil Utility class for working with aJsonNode
.JsonStreamFormat AStreamFormatSupport
implementation for the JSON stream format.JsonUnmarshallingContext AnUnmarshallingContext
for JSON formatted streams.JsonWrapper AJsonWrapper
is used to handle nested JSON objects.