| Package | Description |
|---|---|
| sk.antons.json | |
| sk.antons.json.impl | |
| sk.antons.json.template |
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
JsonArray.add(JsonValue value)
Adds new element to json array.
|
JsonArray |
JsonArray.add(JsonValue value,
int index)
Adds new element to json array at specified position.
|
static JsonArray |
JsonFactory.array()
Json array instance factory method.
|
JsonArray |
JsonValue.asArray()
Cast this value instance to JsonArray
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArrayImpl |
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
JsonArrayImpl.add(JsonValue value) |
JsonArray |
JsonArrayImpl.add(JsonValue value,
int index) |
JsonArray |
JsonValueImpl.asArray() |
| Modifier and Type | Method and Description |
|---|---|
static JsonArrayListWrapper |
JsonArrayListWrapper.instance(JsonArray array) |
| Constructor and Description |
|---|
JsonArrayListWrapper(JsonArray array) |
Copyright © 2020. All rights reserved.