|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JsonType
Common type for top level JSON objects (i.e. Object or Array).
| Field Summary |
|---|
| Fields inherited from interface org.pfsw.bif.text.IJSONConvertible |
|---|
JSON_ARRAY_END, JSON_ARRAY_START, JSON_ELEMENT_SEPARATOR, JSON_LITERAL_FALSE, JSON_LITERAL_NULL, JSON_LITERAL_TRUE, JSON_OBJECT_END, JSON_OBJECT_START, JSON_PAIR_SEPARATOR, JSON_STRING_DELIMITER, JSON_STRING_ESCAPE |
| Method Summary | |
|---|---|
boolean |
isArray()
Returns true if this is a JSON array representation (in Java). |
boolean |
isObject()
Returns true if this is a JSON object representation (in Java). |
| Methods inherited from interface org.pfsw.bif.text.IJSONConvertible |
|---|
appendAsJSONString, toJSON |
| Methods inherited from interface org.pfsw.bif.text.IStringRepresentation |
|---|
asString |
| Method Detail |
|---|
boolean isObject()
boolean isArray()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||