Package jodd.json
package jodd.json
Light, but powerful JSON parser and serializers.
-
ClassDescriptionBean visitor that serializes properties of a bean.Implementation of the
CharsInputover achar[].Implementation ofCharsInputover theCharSequence.Scanner over an input that consist of characters.Representation of JSON array.JSON context used during serialization for building the JSON string.JSON exception.Representation of JSON object.Simple, developer-friendly JSON parser.Just a base class ofJsonParserthat contains various utilities, to reduce the size of a parser.JSON serializer.Context of current serialized value.Simple JSON writer.Similar toLazyMap, the list elements are resolved only when required.This map only builds once you ask for a key for the first time.Map to bean converter.Extracted function for parsing object content.Path to a property from JSON root.Path query is used to match properties with some Path.JsonSerializerthat prints out formatted JSON.Parser of JSON default types.Type JSON Serializer defines how a type is serialized into JSON string.Map ofjson type serializers.Type's property visitor that follows JSON include/excludes rules.ValueConverter<S,T> Value converter forJsonParser.