com.caucho.json
Class JsonArray

java.lang.Object
  extended by com.caucho.json.JsonValue<JsonValue[]>
      extended by com.caucho.json.JsonArray

public class JsonArray
extends JsonValue<JsonValue[]>


Field Summary
 JsonValue[] _value
           
 
Constructor Summary
JsonArray(JsonValue[] value)
           
 
Method Summary
 JsonValue[] getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_value

public JsonValue[] _value
Constructor Detail

JsonArray

public JsonArray(JsonValue[] value)
Method Detail

getValue

public JsonValue[] getValue()
Specified by:
getValue in class JsonValue<JsonValue[]>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object