Uses of Class
jsonvalues.JsParserException
Packages that use JsParserException
Package
Description
This package includes all the classes to represents, create and manipulate JSON
This package includes all the classes to define specs to validate and parse JSON
-
Uses of JsParserException in jsonvalues
Methods in jsonvalues that return JsParserExceptionMethods in jsonvalues that throw JsParserExceptionModifier and TypeMethodDescriptionstatic JsArray
JsArray.parse
(byte[] bytes) Parses the given array of bytes into an immutable and persistent JSON array.static JsArray
Parses the given string into an immutable and persistent JSON array.static JsObj
JsObj.parse
(byte[] bytes) Parses the given array of bytes into an immutable and persistent JSON object.static JsObj
Parses the given string into an immutable and persistent JSON object. -
Uses of JsParserException in jsonvalues.spec
Methods in jsonvalues.spec that throw JsParserExceptionModifier and TypeMethodDescriptionJsIO.createReader
(InputStream is) Creates a JSON reader from an input stream.byte
JsReader.readNextToken()
Read next token (byte) from input JSON.