Skip navigation links
J P S 

J

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.

P

parse(Reader, Type) - Method in interface js.json.Json
Deserialize value of expected type.
parse(Reader, Type[]) - Method in interface js.json.Json
Deserialize array of mixed types.
parse(String, Type) - Method in interface js.json.Json
Parse JSON encoded value and return instance of requested type.

S

serialVersionUID - Static variable in exception js.json.JsonException
Java serialization version.
stringify(Writer, Object) - Method in interface js.json.Json
Serialize value to JSON character stream and left it unclosed.
stringify(Object) - Method in interface js.json.Json
Handy method for value object serialization to JSON formatted string.
J P S 
Skip navigation links

Copyright © 2020. All rights reserved.