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 AFieldFormatimplementation for a field in a JSON formatted record.JsonMarshallingContext AMarshallingContextfor JSON formatted streams.JsonNodeUtil Utility class for working with aJsonNode.JsonStreamFormat AStreamFormatSupportimplementation for the JSON stream format.JsonUnmarshallingContext AnUnmarshallingContextfor JSON formatted streams.JsonWrapper AJsonWrapperis used to handle nested JSON objects.