| Name | Description | Type | Package | Framework |
| AndPropertyFilter | | Class | net.sf.json.filters | JsonLib |
|
| CompositePropertyFilter | | Class | net.sf.json.filters | JsonLib |
|
| CycleDetectionStrategy | Base class for cycle detection in a hierarchy. | Class | net.sf.json.util | JsonLib |
|
| DefaultDefaultValueProcessor | Base implementation for DefaultDefaultValueProcessor. | Class | net.sf.json.processors | JsonLib |
|
| DefaultValueProcessor | Defines the default value for a type when its value is null. | Interface | net.sf.json.processors | JsonLib |
|
| DefaultValueProcessorMatcher | Base class for finding a matching DefaultValueProcessor. | Class | net.sf.json.processors | JsonLib |
|
| EnumMorpher | | Class | net.sf.json.util | JsonLib |
|
| FalsePropertyFilter | | Class | net.sf.json.filters | JsonLib |
|
| JavaIdentifierTransformer | Transforms a string into a valid Java identifier. | Class | net.sf.json.util | JsonLib |
|
| JdkRegexpMatcher | JDK 1. | Class | net.sf.json.regexp | JsonLib |
|
| JsDateJsonBeanProcessor | Transforms a java. | Class | net.sf.json.processors | JsonLib |
|
| JsDateJsonValueProcessor | Transforms a java. | Class | net.sf.json.processors | JsonLib |
|
| JSON | Marker interface, identifies a valid JSON value. | Interface | net.sf.json | JsonLib |
|
| JSONArray | A JSONArray is an ordered sequence of values. | Class | net.sf.json | JsonLib |
|
| JSONAssert | Provides assertions on equality for JSON strings and JSON types. | Class | net.sf.json.test | JsonLib |
|
| JsonBeanProcessor | Base interface for custom serialization per Bean. | Interface | net.sf.json.processors | JsonLib |
|
| JsonBeanProcessorMatcher | Base class for finding a matching JsonBeanProcessor. | Class | net.sf.json.processors | JsonLib |
|
| JSONBuilder | JSONBuilder provides a quick and convenient way of producing JSON text. | Class | net.sf.json.util | JsonLib |
|
| JsonConfig | Utility class that helps configuring the serialization process. | Class | net.sf.json | JsonLib |
|
| JsonEventListener | Defines the contract to handle JsonEvents when building an object or array. | Interface | net.sf.json.util | JsonLib |
|
| JSONException | The JSONException is thrown when things are amiss. | Class | net.sf.json | JsonLib |
|
| JSONFunction | JSONFunction represents a javaScript function's text. | Class | net.sf.json | JsonLib |
|
| JsonGroovyBuilder | A Groovy builder for JSON values. | Class | net.sf.json.groovy | JsonLib |
|
| JSONNull | JSONNull is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined. | Class | net.sf.json | JsonLib |
|
| JSONObject | A JSONObject is an unordered collection of name/value pairs. | Class | net.sf.json | JsonLib |
|
| JSONSerializer | Transforms java objects into JSON and back. | Class | net.sf.json | JsonLib |
|
| JsonSlurper | A Helper class modeled after XmlSlurperAuthor:Andres Almiray | Class | net.sf.json.groovy | JsonLib |
|
| JSONString | The JSONString interface allows a toJSONString() method so that a class can change the behavior of | Interface | net.sf.json | JsonLib |
|
| JSONStringer | JSONStringer provides a quick and convenient way of producing JSON text. | Class | net.sf.json.util | JsonLib |
|
| JSONTokener | A JSONTokener takes a source string and extracts characters and tokens from it. | Class | net.sf.json.util | JsonLib |
|
| JSONTypes | | Interface | net.sf.json.xml | JsonLib |
|
| JSONUtils | Provides useful methods on java objects and JSON values. | Class | net.sf.json.util | JsonLib |
|
| JsonValueProcessor | Base interface for custom serialization per property. | Interface | net.sf.json.processors | JsonLib |
|
| JsonValueProcessorMatcher | Base class for finding a matching JsonValueProcessor. | Class | net.sf.json.processors | JsonLib |
|
| JsonVerifier | Verifies if a value is a valid JSON value. | Class | net.sf.json.processors | JsonLib |
|
| MappingPropertyFilter | | Class | net.sf.json.filters | JsonLib |
|
| NewBeanInstanceStrategy | Base class for creating Bean instances. | Class | net.sf.json.util | JsonLib |
|
| NotPropertyFilter | | Class | net.sf.json.filters | JsonLib |
|
| OrPropertyFilter | | Class | net.sf.json.filters | JsonLib |
|
| Perl5RegexpMatcher | Jakarta-oro RegexpMatcher Implementation. | Class | net.sf.json.regexp | JsonLib |
|
| PropertyExclusionClassMatcher | Base class for finding a matching property exlucsion. | Class | net.sf.json.util | JsonLib |
|
| PropertyFilter | | Interface | net.sf.json.util | JsonLib |
|
| PropertyNameProcessor | Base interface for mutating property names of a Bean. | Interface | net.sf.json.processors | JsonLib |
|
| PropertyNameProcessorMatcher | Base class for finding a matching PropertyNameProcessor. | Class | net.sf.json.processors | JsonLib |
|
| PropertySetStrategy | Defines a custom setter to be used when setting object values. | Class | net.sf.json.util | JsonLib |
|
| RegexpMatcher | Abstraction for regexp handling. | Interface | net.sf.json.regexp | JsonLib |
|
| RegexpUtils | Convenience utility for working withRegexpMatcher. | Class | net.sf.json.regexp | JsonLib |
|
| TruePropertyFilter | | Class | net.sf.json.filters | JsonLib |
|
| WebHijackPreventionStrategy | Defines base implementations for preventing WebHijack in AJAX applications. | Class | net.sf.json.util | JsonLib |
|
| WebUtils | Provides useful methods for working with JSON and web. | Class | net.sf.json.util | JsonLib |
|
| XMLSerializer | Utility class for transforming JSON to XML an back. | Class | net.sf.json.xml | JsonLib |