- js.json - package js.json
-
JSON Parser and Serializer.
- Json - Interface in js.json
-
Facade for JSON parser and serializer.
- JsonException - Exception in js.json
-
Not checked exception thrown when JSON parsing or serialization fails for some reasons.
- JsonException(String, Object...) - Constructor for exception js.json.JsonException
-
Create parser exception with formatted message.
- JsonException(Throwable) - Constructor for exception js.json.JsonException
-
Create parser exception with error reporter and root cause throwable.