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 JsArrayJsArray.parse(byte[] bytes) Parses a JSON array represented as a byte array and returns a newJsArrayinstance.static JsArrayParses a JSON array represented as a string and returns a newJsArrayinstance.static JsObjJsObj.parse(byte[] bytes) Parses the given array of bytes into an immutable and persistent JSON object.static JsObjParses the given string into an immutable and persistent JSON object. -
Uses of JsParserException in jsonvalues.spec
Methods in jsonvalues.spec that throw JsParserException