public class JsonArray extends AbstractJsonArray<Object>
valuessortOrderchangeSupport| Constructor and Description |
|---|
JsonArray() |
JsonArray(File file) |
JsonArray(Object json) |
JsonArray(Reader reader) |
JsonArray(String json) |
add, buildJson, clear, doParse, equals, get, has, indexOf, iterator, remove, replace, size, toArray, toArray, toListappendSortOrder, fromJson, fromJson, fromJson, fromJson, getFieldByName, getFieldName, getFieldNames, getFields, getJsonValue, initialize, listen, toJsonaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerpublic JsonArray()
public JsonArray(Object json)
public JsonArray(String json) throws ParseException
ParseExceptionpublic JsonArray(File file) throws IOException, ParseException
IOExceptionParseExceptionpublic JsonArray(Reader reader) throws IOException, ParseException
IOExceptionParseExceptionCopyright © 2014. All rights reserved.