Uses of Class
org.json.simple.DeserializationException
| Package | Description | 
|---|---|
| org.json.simple | 
 
This is json-simple release 2.3.0 2017-10-04
retrieved from github. 
 | 
- 
Uses of DeserializationException in org.json.simple
Methods in org.json.simple that throw DeserializationException Modifier and Type Method Description static ObjectJsoner. deserialize(Reader readableDeserializable)Deserializes a readable stream according to the RFC 4627 JSON specification.static ObjectJsoner. deserialize(String deserializable)A convenience method that assumes a StringReader to deserialize a string.static JsonArrayJsoner. deserializeMany(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.YytokenYylex. yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.