| Modifier and Type | Class and Description |
|---|---|
class |
JsonArray
Represents a Json array.
|
class |
JsonBoolean
Represents a Json boolean.
|
class |
JsonNull
Represents the Json null value.
|
class |
JsonNumber
Represents a Json number value.
|
class |
JsonObject
Represents a Json object.
|
class |
JsonString
Represents a Json String value.
|
| Modifier and Type | Method and Description |
|---|---|
JsonValue |
JsonArray.get(int index) |
JsonValue |
JsonObject.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JsonValue.jsEquals(JsonValue value) |
void |
JsonObject.put(String key,
JsonValue value) |
void |
JsonArray.set(int index,
JsonValue value) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.