Package | Description |
---|---|
ezvcard.io.json |
Contains classes that can read/write jCards (JSON-encoded vCards).
|
Modifier and Type | Method and Description |
---|---|
List<JsonValue> |
JsonValue.getArray()
Gets the JSON array elements.
|
Map<String,JsonValue> |
JsonValue.getObject()
Gets the JSON object.
|
List<JsonValue> |
JCardValue.getValues()
Gets all the JSON values.
|
Constructor and Description |
---|
JCardValue(JsonValue... values)
Creates a new jCard value.
|
Constructor and Description |
---|
JCardValue(List<JsonValue> values)
Creates a new jCard value.
|
JsonValue(List<JsonValue> array)
Creates a JSON array.
|
JsonValue(Map<String,JsonValue> object)
Creates a JSON object.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.