| Interface | Description |
|---|---|
| SimpleJsonParserCallbackInterface |
The callback interface of the SimpleJsonParser.
|
| Class | Description |
|---|---|
| SimpleCachedJsonValueExtractor |
Extract simple single Json values from cached Json data by applying simple Json queries.
|
| SimpleJsonParser |
A simple JSON parser which recursively parses a JSON root object and calls for each simple JSON value the callback interface.
|
| SimpleJsonValueExtractor |
Extract simple single Json values from Json data by applying simple Json queries.
|
| SimpleJsonValueModifier |
Modify Json values of Json data selected by simple Json queries.
|