public interface JsonValue
JsonValue represents a JSON value. A JSON value is an
 object, array,
 number, string,
 true, false,
 null| Modifier and Type | Interface and Description | 
|---|---|
| static class  | JsonValue.ValueTypeJSON value type | 
| Modifier and Type | Field and Description | 
|---|---|
| static JsonValue | FALSEJSON false value | 
| static JsonValue | NULLJSON null value | 
| static JsonValue | TRUEJSON true value | 
| Modifier and Type | Method and Description | 
|---|---|
| JsonValue.ValueType | getValueType()Returns the value type of this JSON value | 
| String | toString()Returns JSON text for this JSON value | 
static final JsonValue NULL
static final JsonValue TRUE
static final JsonValue FALSE
JsonValue.ValueType getValueType()
Copyright © 2013. All Rights Reserved.