| Package | Description |
|---|---|
| com.sdicons.json.mapper |
Mapping Java domain classes to the JSON domain so that the generated JSON is nice and clean.
|
| com.sdicons.json.mapper.helper |
All the specialized mappers that know how to map instances of a specific class.
|
| com.sdicons.json.model |
The JSON model.
|
| com.sdicons.json.parser |
Reading files, streams and Strings containing JSON text.
|
| com.sdicons.json.serializer |
Serializing Java instances to JSON domain objects together with all
type info and structure so that we can restore the Java model in its
original form.
|
| com.sdicons.json.serializer.helper |
All specialized serializers that know how to serialize the instances for
specific classes.
|
| com.sdicons.json.validator |
Validating a JSON model with validation rules.
|
| com.sdicons.json.validator.predicates |
The building blocks to create validation expressions.
|
| Class and Description |
|---|
| JSONValue
Base class for all JSON representations.
|
| Class and Description |
|---|
| JSONValue
Base class for all JSON representations.
|
| Class and Description |
|---|
| JSONBoolean
Represents a JSON boolean value.
|
| JSONComplex
Superclass of JSON complex types, namely
JSONArray and JSONObject. |
| JSONNull
Represents a JSON null value.
|
| JSONNumber
The parent class of numerical types, being
JSONInteger and JSONDecimal. |
| JSONSimple |
| JSONValue
Base class for all JSON representations.
|
| Class and Description |
|---|
| JSONValue
Base class for all JSON representations.
|
| Class and Description |
|---|
| JSONObject
Representation of a JSON object, a collection (unordered) of name/value pairs.
|
| Class and Description |
|---|
| JSONObject
Representation of a JSON object, a collection (unordered) of name/value pairs.
|
| Class and Description |
|---|
| JSONObject
Representation of a JSON object, a collection (unordered) of name/value pairs.
|
| JSONValue
Base class for all JSON representations.
|
| Class and Description |
|---|
| JSONObject
Representation of a JSON object, a collection (unordered) of name/value pairs.
|
| JSONValue
Base class for all JSON representations.
|
Copyright © 2012. All Rights Reserved.