playn.flash.json
Interface JsonObject
- All Superinterfaces:
- JsonValue
- All Known Implementing Classes:
- JreJsonObject
public interface JsonObject
- extends JsonValue
Represents a Json object.
get
<T extends JsonValue> T get(String key)
keys
String[] keys()
put
void put(String key,
JsonValue value)
put
void put(String key,
String value)
put
void put(String key,
double value)
put
void put(String key,
boolean bool)
hasKey
boolean hasKey(String key)
remove
void remove(String key)
Copyright © 2011. All Rights Reserved.