| Package | Description |
|---|---|
| oracle.dbtools.plugin.api.json |
JavaScript Object Notation (JSON) APIs for reading and writing JSON character streams.
|
| oracle.dbtools.plugin.api.json.objects |
API for creating in memory representations of JSON object graphs (
JSONObjects)
and for serializing object graphs to JSON representations. |
| Class and Description |
|---|
| JSONIOException
An unchecked exception raised whenever a checked
IOException is
encountered on the underlying stream that the JSON API is operating on. |
| JSONReader |
| JSONToken
A token in a JSON character stream.
|
| JSONToken.Type
Enumerates the different kinds of tokens that occur in a JSON stream
|
| JSONWriter
Writes JSON content to a character stream.
|
| Class and Description |
|---|
| JSONIOException
An unchecked exception raised whenever a checked
IOException is
encountered on the underlying stream that the JSON API is operating on. |
| JSONToken
A token in a JSON character stream.
|
| JSONWriter
Writes JSON content to a character stream.
|
Oracle REST Data Services Plugin API version: 3.0.0.65.09.35 Copyright © 2015 Oracle Corp. All Rights Reserved.