Package | Description |
---|---|
oracle.dbtools.plugin.api.json |
JavaScript Object Notation (JSON) APIs for reading and writing JSON character streams.
|
Modifier and Type | Method and Description |
---|---|
JSONReader |
JSONStreams.jsonReader(CharSequence text)
Wrap the specified character sequence in a
JSONReader instance |
JSONReader |
JSONStreams.jsonReader(InputStream stream)
Wrap the specified byte stream in a
JSONReader instance |
JSONReader |
JSONStreams.jsonReader(Readable stream)
Wrap the specified character stream in a
JSONReader instance |