Package | Description |
---|---|
biweekly.io.json |
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> |
JCalValue.getValues()
Gets the raw JSON values.
|
Constructor and Description |
---|
JCalValue(JsonValue... values)
Creates a new jCal value.
|
Constructor and Description |
---|
JCalValue(List<JsonValue> values)
Creates a new jCal value.
|
JsonValue(List<JsonValue> array)
Creates a JSON array.
|
JsonValue(Map<String,JsonValue> object)
Creates a JSON object.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.