public abstract class ObjectNode extends Node
| Constructor and Description |
|---|
ObjectNode() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
allKeys() |
static ObjectNode |
create() |
abstract Node |
get(String key) |
boolean |
has(String key) |
abstract void |
set(String key,
Node value) |
isArray, isBoolean, isNull, isNumber, isObject, isString, parse, stringifyCopyright © 2019. All rights reserved.