| Package | Description |
|---|---|
| sk.antons.json | |
| sk.antons.json.impl |
| Modifier and Type | Method and Description |
|---|---|
JsonAttribute |
JsonObject.attr(int index)
Reads n'th attribute of this json object
|
JsonAttribute |
JsonObject.attr(String name)
Reads first attribute of this json object with specified name
|
JsonAttribute |
JsonObject.removeAttr(int index)
Removes n'th attribute from this json object.
|
| Modifier and Type | Method and Description |
|---|---|
List<JsonAttribute> |
JsonObject.attrs(String name)
Reads all attributes of this json object with specified name
|
List<JsonAttribute> |
JsonObject.toList()
Converts attributes to regular list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonAttributeImpl |
| Modifier and Type | Method and Description |
|---|---|
JsonAttribute |
JsonObjectImpl.attr(int index) |
JsonAttribute |
JsonObjectImpl.attr(String name) |
JsonAttribute |
JsonObjectImpl.removeAttr(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<JsonAttribute> |
JsonObjectImpl.attrs(String name) |
List<JsonAttribute> |
JsonObjectImpl.toList() |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonObjectImpl.remove(JsonAttribute attr) |
Copyright © 2018. All rights reserved.