Uses of Class
biweekly.io.json.JsonValue

Packages that use JsonValue
biweekly.io.json   
 

Uses of JsonValue in biweekly.io.json
 

Methods in biweekly.io.json that return types with arguments of type JsonValue
 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.
 

Constructors in biweekly.io.json with parameters of type JsonValue
JCalValue(JsonValue... values)
          Creates a new jCal value.
 

Constructor parameters in biweekly.io.json with type arguments of type JsonValue
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 Michael Angstadt. All Rights Reserved.