public class JsonArray extends AbstractJsonArray<Object>
valueschangeSupport| Constructor and Description |
|---|
JsonArray() |
JsonArray(File file) |
JsonArray(Object json) |
JsonArray(Reader reader) |
JsonArray(String json) |
add, clear, equals, get, has, indexOf, iterator, parse, prepareJson, remove, replace, size, toArray, toArray, toListfromJson, fromJson, fromJson, fromJson, getFieldByName, getFieldName, getFields, initialize, listen, prepareJsonValue, toJsonaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerpublic JsonArray()
public JsonArray(Object json)
public JsonArray(String json)
public JsonArray(File file) throws IOException
IOExceptionpublic JsonArray(Reader reader) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.