Package | Description |
---|---|
jsonvalues.spec |
The `jsonvalues.spec` package provides classes and interfaces for defining and working with JSON specifications (specs) and parsers.
|
Modifier and Type | Method and Description |
---|---|
JsReader |
JsIO.createReader(byte[] bytes)
Creates a JSON reader from an array of bytes.
|
JsReader |
JsIO.createReader(InputStream is)
Creates a JSON reader from an input stream.
|
Modifier and Type | Method and Description |
---|---|
default JsValue |
JsSpec.readNextValue(JsReader reader)
Low-level method to parse a JSON value token by token from a reader.
|
Copyright © 2023. All rights reserved.