| Class | Description |
|---|---|
| JSON2FmModel |
JSON2FmModel parses a JSON text stream and creates a FreeMarker compatible
data model in a Map or a List.
|
| JSON2Map |
JSON2Map parses a JSON text stream and maps the structural content of the
JSON into Java objects stored in a Map.
|
| JSONFilter |
JSONFilter is a client side filter with an internal formatter.
|
| JSONParser |
JSONParser parses a text into a Map according to the given pattern and
JSONpath.
|
| JSONSection |
JSONSection represents a portion of JSON data as the value in a template.
|
| JSONSelector |
JSONSelector is to evaluate JSON data with patterns or number ranges.
|
| JSONTemplate |
JSONTemaplte is a template that formats JSON data.
|