public final class JsonArray extends JsonValue
| Constructor and Description |
|---|
JsonArray()
Creates a new empty
JsonArray. |
JsonArray(List<JsonValue> values)
Creates a new
JsonArray with provided values. |
| Modifier and Type | Method and Description |
|---|---|
void |
add(JsonValue value)
Adds a new value into json array.
|
boolean |
equals(Object obj) |
List<JsonValue> |
getValues()
Gets a copy of json array values.
|
int |
hashCode() |
public JsonArray()
JsonArray.Copyright © 1998–2026 Apryse Group NV. All rights reserved.