json_object_mapper library

Classes

JSONObject
Base class for an Object that can be converted to JSON.
JSONTransformer
TAsList
TAsMap
TAsString
Converts JSON node to a String.
TConcatenation
Concatenate transformations
TDecodeJSON
Converts JSON node decoding to a JSON tree.
TEncodeJSON
Converts JSON node encoding to a JSON String.
TListValue
Transforms JSON node to a List index value.
TLowerCase
Converts JSON node to a Lower Case String.
TMapEntry
Converts JSON node to a MapEntry.
TMapValue
Transforms JSON node to a Map key value.
TOperation
Base class for operations.
TSplit
Converts JSON node, splitting to a List<String>.
TString
A text String.
TTrim
Converts JSON node to a Trimmed String.
TUpperCase
Converts JSON node to an Upper Case String.