| Class | Description |
|---|---|
| JSON |
Main entry point for functionality.
|
| JSONComposer<T> |
Root-level composer object that acts as streaming "builder"
object, using an underlying
JsonGenerator object. |
| JSONObjectException.Reference |
Simple bean class used to contain references.
|
| PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
| Enum | Description |
|---|---|
| JSON.Feature |
Simple on/off (enabled/disabled) features for
JSON; used for simple configuration
aspects. |
| Exception | Description |
|---|---|
| JSONObjectException |
Standard exception exposed by this package; equivalent of
com.fasterxml.jackson.databind.JsonMappingException
(and, in fact, much of implementation came from that class, but
had to be cut-n-pasted since we do not depend on databind package). |
Copyright © 2018 FasterXML. All rights reserved.