| Package | Description |
|---|---|
| com.independentsoft.json.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArray |
class |
JsonBoolean |
class |
JsonNull |
class |
JsonNumber |
class |
JsonObject |
class |
JsonString |
| Modifier and Type | Method and Description |
|---|---|
JsonValue |
Member.getValue() |
JsonValue |
JsonObject.getValue(java.lang.String name) |
JsonValue |
JsonParser.parse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JsonValue> |
JsonObject.getArrayValues(java.lang.String name) |
java.util.List<JsonValue> |
JsonArray.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
Member.setValue(JsonValue value) |
| Constructor and Description |
|---|
Member(java.lang.String name,
JsonValue value) |