|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JsonValue
JsonValue represents a JSON value. A JSON value is an
object, array,
number, string,
true, false,
null
| Nested Class Summary | |
|---|---|
static class |
JsonValue.JsonValueType
JSON value type |
| Field Summary | |
|---|---|
static JsonValue |
FALSE
JSON false value |
static JsonValue |
NULL
JSON null value |
static JsonValue |
TRUE
JSON true value |
| Method Summary | |
|---|---|
JsonValue.JsonValueType |
getValueType()
Returns the value type of this JSON value |
| Field Detail |
|---|
static final JsonValue NULL
static final JsonValue TRUE
static final JsonValue FALSE
| Method Detail |
|---|
JsonValue.JsonValueType getValueType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||