Uses of Interface
oracle.dbtools.plugin.api.json.JSONReader
Packages that use JSONReader
Package
Description
JavaScript Object Notation (JSON) APIs for reading and writing JSON character streams.
-
Uses of JSONReader in oracle.dbtools.plugin.api.json
Methods in oracle.dbtools.plugin.api.json that return JSONReaderModifier and TypeMethodDescriptionJSONStreams.jsonReader(InputStream stream) Wrap the specified byte stream in aJSONReaderinstanceJSONStreams.jsonReader(CharSequence text) Wrap the specified character sequence in aJSONReaderinstanceJSONStreams.jsonReader(Readable stream) Wrap the specified character stream in aJSONReaderinstance