- add(JsonValue) - Method in class sk.antons.json.impl.JsonArrayImpl
-
- add(JsonValue, int) - Method in class sk.antons.json.impl.JsonArrayImpl
-
- add(String, JsonValue) - Method in class sk.antons.json.impl.JsonObjectImpl
-
- add(String, JsonValue, int) - Method in class sk.antons.json.impl.JsonObjectImpl
-
- add(JsonValue) - Method in interface sk.antons.json.JsonArray
-
Adds new element to json array.
- add(JsonValue, int) - Method in interface sk.antons.json.JsonArray
-
Adds new element to json array at specified position.
- add(String, JsonValue) - Method in interface sk.antons.json.JsonObject
-
Adds attribute ti this json object at last position.
- add(String, JsonValue, int) - Method in interface sk.antons.json.JsonObject
-
Adds attribute ti this json object at specified position.
- all(String) - Method in class sk.antons.json.impl.JsonObjectImpl
-
- all(String) - Method in interface sk.antons.json.JsonObject
-
Values of all attributes with specidied name
- all(JsonSource, PathMatcher) - Static method in class sk.antons.json.parse.LiteralParser
-
All literals with mathed path.
- allAsString(JsonSource, PathMatcher) - Static method in class sk.antons.json.parse.LiteralParser
-
All literals with mathed path converted to string.
- array() - Static method in class sk.antons.json.JsonFactory
-
Json array instance factory method.
- asArray() - Method in class sk.antons.json.impl.JsonValueImpl
-
- asArray() - Method in interface sk.antons.json.JsonValue
-
Cast this value instance to JsonArray
- asBoolLiteral() - Method in class sk.antons.json.impl.JsonValueImpl
-
- asBoolLiteral() - Method in interface sk.antons.json.JsonValue
-
Cast this value instance to JsonBoolLiteral
- asExpLiteral() - Method in class sk.antons.json.impl.JsonValueImpl
-
- asExpLiteral() - Method in interface sk.antons.json.JsonValue
-
Cast this value instance to JsonExpLiteralImpl
- asFracLiteral() - Method in class sk.antons.json.impl.JsonValueImpl
-
- asFracLiteral() - Method in interface sk.antons.json.JsonValue
-
Cast this value instance to JsonFracLiteral
- asIntLiteral() - Method in class sk.antons.json.impl.JsonValueImpl
-
- asIntLiteral() - Method in interface sk.antons.json.JsonValue
-
Cast this value instance to JsonIntLiteral
- asLiteral() - Method in class sk.antons.json.impl.JsonValueImpl
-
- asLiteral() - Method in interface sk.antons.json.JsonValue
-
Cast this value instance to JsonLiteral
- asNullLiteral() - Method in class sk.antons.json.impl.JsonValueImpl
-
- asNullLiteral() - Method in interface sk.antons.json.JsonValue
-
Cast this value instance to JsonNullLiteral
- asObject() - Method in class sk.antons.json.impl.JsonValueImpl
-
- asObject() - Method in interface sk.antons.json.JsonValue
-
Cast this value instance to JsonObject
- asStringLiteral() - Method in class sk.antons.json.impl.JsonValueImpl
-
- asStringLiteral() - Method in interface sk.antons.json.JsonValue
-
Cast this value instance to JsonStringLiteral
- attr(int) - Method in class sk.antons.json.impl.JsonObjectImpl
-
- attr(String) - Method in class sk.antons.json.impl.JsonObjectImpl
-
- attr(int) - Method in interface sk.antons.json.JsonObject
-
Reads n'th attribute of this json object
- attr(String) - Method in interface sk.antons.json.JsonObject
-
Reads first attribute of this json object with specified name
- attrs() - Method in class sk.antons.json.impl.JsonObjectImpl
-
- attrs(String) - Method in class sk.antons.json.impl.JsonObjectImpl
-
- attrs(String) - Method in interface sk.antons.json.JsonObject
-
Reads all attributes of this json object with specified name