Package sk.antons.json
Interface JsonAttribute
-
- All Known Implementing Classes:
JsonAttributeImpl
public interface JsonAttributeAttribute of json object.- Author:
- antons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JsonStringLiteralImplname()Name literal of json attributevoidremove()Removes this attribute from parent object.JsonValuevalue()Value of json attribute.
-
-
-
Method Detail
-
name
JsonStringLiteralImpl name()
Name literal of json attribute- Returns:
- attribute name literal
-
value
JsonValue value()
Value of json attribute.- Returns:
- attribute value
-
remove
void remove()
Removes this attribute from parent object.
-
-