Class JSONObject.Array
- java.lang.Object
-
- org.apache.openjpa.persistence.jest.JSONObject.Array
-
- All Implemented Interfaces:
JSON
- Enclosing class:
- JSONObject
public static class JSONObject.Array extends java.lang.Object implements JSON
An array of objects. Members can be JSON too.- Author:
- Pinaki Poddar
-
-
Field Summary
-
Fields inherited from interface org.apache.openjpa.persistence.jest.JSON
ARRAY_EMPTY, ARRAY_END, ARRAY_START, FIELD_SEPARATOR, ID_MARKER, IOR_SEPARTOR, MEMBER_SEPARATOR, NEWLINE, NULL_LITERAL, OBJECT_END, OBJECT_START, QUOTE, REF_MARKER, SPACE, VALUE_SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description Array()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.lang.Object o)
java.lang.StringBuilder
asString(int indent)
Render into a string buffer.java.lang.String
toString()
-