| Interface | Description |
|---|---|
| JSONAware |
Beans that support customized output of JSON text shall implement this
interface.
|
| JSONAwareEx |
Beans that support advanced output of JSON text shall implement this
interface.
|
| JSONStreamAware |
Beans that support customized output of JSON text to a writer shall implement
this interface.
|
| JSONStreamAwareEx |
Beans that support customized output of JSON text to a writer shall implement
this interface.
|
| Class | Description |
|---|---|
| JSONArray |
A JSON array.
|
| JSONNavi<T> |
A JQuery like Json editor, accessor.
|
| JSONObject |
A JSON object.
|
| JSONStyle |
JSONStyle object configure JSonSerializer reducing output size
|
| JSONStyleIdent |
This class is used to format JSon output, fot a better humain readability
|
| JSONUtil | |
| JSONValue |
JSONValue is the helper class In most of case you should use those static
methode to user JSON-smart
The most commonly use methode are
parse(String)
toJSONString(Object) |
Copyright © 2013 Chemouni Uriel. All Rights Reserved.