| Package | Description |
|---|---|
| net.sf.json |
The core of the library
|
| net.sf.json.groovy |
Groovy support
|
| net.sf.json.processors |
Support for custom serialization
|
| net.sf.json.test |
Testing utilities
|
| net.sf.json.util |
Miscelaneous utilities
|
| net.sf.json.xml |
Utilities for trasforming JSON to XML and back.
|
| Class | Description |
|---|---|
| JSON |
Marker interface, identifies a valid JSON value.
A JSON value may be a JSONObject, a JSONArray or a
JSONNull. |
| JSONArray |
A JSONArray is an ordered sequence of values.
|
| JsonConfig |
Utility class that helps configuring the serialization process.
|
| JSONException |
The JSONException is thrown when things are amiss.
|
| JSONFunction |
JSONFunction represents a javaScript function's text.
|
| JSONNull |
JSONNull is equivalent to the value that JavaScript calls null, whilst Java's
null is equivalent to the value that JavaScript calls undefined.
|
| JSONObject |
A JSONObject is an unordered collection of name/value pairs.
|
| Class | Description |
|---|---|
| JSON |
Marker interface, identifies a valid JSON value.
A JSON value may be a JSONObject, a JSONArray or a
JSONNull. |
| JsonConfig |
Utility class that helps configuring the serialization process.
|
| Class | Description |
|---|---|
| JsonConfig |
Utility class that helps configuring the serialization process.
|
| JSONObject |
A JSONObject is an unordered collection of name/value pairs.
|
| Class | Description |
|---|---|
| JSON |
Marker interface, identifies a valid JSON value.
A JSON value may be a JSONObject, a JSONArray or a
JSONNull. |
| JSONArray |
A JSONArray is an ordered sequence of values.
|
| JSONFunction |
JSONFunction represents a javaScript function's text.
|
| JSONNull |
JSONNull is equivalent to the value that JavaScript calls null, whilst Java's
null is equivalent to the value that JavaScript calls undefined.
|
| JSONObject |
A JSONObject is an unordered collection of name/value pairs.
|
| Class | Description |
|---|---|
| JSON |
Marker interface, identifies a valid JSON value.
A JSON value may be a JSONObject, a JSONArray or a
JSONNull. |
| JSONArray |
A JSONArray is an ordered sequence of values.
|
| JsonConfig |
Utility class that helps configuring the serialization process.
|
| JSONException |
The JSONException is thrown when things are amiss.
|
| JSONObject |
A JSONObject is an unordered collection of name/value pairs.
|
| Class | Description |
|---|---|
| JSON |
Marker interface, identifies a valid JSON value.
A JSON value may be a JSONObject, a JSONArray or a
JSONNull. |
Copyright © 2006–2019 Json-lib. All rights reserved.