Package sk.antons.json
Interface JsonAttribute
- All Known Implementing Classes:
JsonAttributeImpl
public interface JsonAttribute
Attribute of json object.
- Author:
- antons
-
Method Details
-
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.
-