Package | Description |
---|---|
com.oracle.javafx.jmx.json | |
com.oracle.javafx.jmx.json.impl |
Modifier and Type | Field and Description |
---|---|
static JSONDocument |
JSONDocument.EMPTY_ARRAY
An empty array.
|
static JSONDocument |
JSONDocument.EMPTY_OBJECT
An empty object.
|
Modifier and Type | Method and Description |
---|---|
JSONDocument |
JSONReader.build()
Build an in-memory representation of the input JSON.
|
static JSONDocument |
JSONDocument.createArray() |
static JSONDocument |
JSONDocument.createArray(int length) |
static JSONDocument |
JSONDocument.createObject() |
JSONDocument |
JSONDocument.get(int index)
Get child of this array node.
|
JSONDocument |
JSONDocument.get(String key)
Get child of this object node.
|
JSONDocument |
JSONDocument.set(int index,
JSONDocument value)
Set child object of this node.
|
JSONDocument |
JSONDocument.set(String key,
JSONDocument child)
Set child object of this node.
|
Modifier and Type | Method and Description |
---|---|
JSONDocument |
JSONDocument.set(int index,
JSONDocument value)
Set child object of this node.
|
JSONDocument |
JSONDocument.set(String key,
JSONDocument child)
Set child object of this node.
|
Modifier and Type | Method and Description |
---|---|
JSONDocument |
JSONStreamReaderImpl.build() |
Copyright © 2020. All rights reserved.