Uses of Class
jsonvalues.spec.JsParserException
Packages that use JsParserException
Package
Description
The `jsonvalues` package provides a set of classes and interfaces for working with JSON (JavaScript Object Notation)
data in a type-safe and structured manner.
The `jsonvalues.spec` package provides classes and interfaces for defining and working with JSON specifications
(specs) and parsers.
-
Uses of JsParserException in jsonvalues
Methods in jsonvalues that throw JsParserExceptionModifier and TypeMethodDescriptionstatic JsArray
JsArray.parse
(byte[] bytes) Parses a JSON array represented as a byte array and returns a newJsArray
instance.static JsArray
Parses a JSON array represented as a string and returns a newJsArray
instance.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 JsParserException