| Package | Description |
|---|---|
| sk.antons.json | |
| sk.antons.json.impl |
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
JsonObject.add(String name,
JsonValue value)
Adds attribute ti this json object at last position.
|
JsonObject |
JsonObject.add(String name,
JsonValue value,
int index)
Adds attribute ti this json object at specified position.
|
JsonObject |
JsonValue.asObject()
Cast this value instance to JsonObject
|
static JsonObject |
JsonFactory.object()
Json object instance factory method.
|
JsonObject |
JsonObject.removeAll(String name)
Removes all values with specified name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonObjectImpl |
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
JsonObjectImpl.add(String name,
JsonValue value) |
JsonObject |
JsonObjectImpl.add(String name,
JsonValue value,
int index) |
JsonObject |
JsonValueImpl.asObject() |
JsonObject |
JsonObjectImpl.removeAll(String name) |
Copyright © 2018. All rights reserved.