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<wbr>(InputStream stream)Wrap the specified byte stream in aJSONReaderinstanceJSONStreams.jsonReader<wbr>(CharSequence text)Wrap the specified character sequence in aJSONReaderinstanceJSONStreams.jsonReader<wbr>(Readable stream)Wrap the specified character stream in aJSONReaderinstance