Uses of Class
org.json.simple.DeserializationException
-
Packages that use DeserializationException Package Description org.json.simple -
-
Uses of DeserializationException in org.json.simple
Methods in org.json.simple that throw DeserializationException Modifier and Type Method Description static java.lang.Object
Jsoner. deserialize(java.io.Reader readableDeserializable)
Deserializes a readable stream according to the RFC 4627 JSON specification.static java.lang.Object
Jsoner. deserialize(java.lang.String deserializable)
A convenience method that assumes a StringReader to deserialize a string.static JsonArray
Jsoner. deserializeMany(java.io.Reader deserializable)
A convenience method that assumes multiple RFC 4627 JSON values (except numbers) have been concatenated together for deserilization which will be collectively returned in a JsonArray wrapper.
-