| Package | Description |
|---|---|
| sk.antons.json | |
| sk.antons.json.impl |
| 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() |
Copyright © 2018. All rights reserved.