Interface JsonAttribute

  • All Known Implementing Classes:
    JsonAttributeImpl

    public interface JsonAttribute
    Attribute of json object.
    Author:
    antons
    • Method Detail

      • value

        JsonValue value()
        Value of json attribute.
        Returns:
        attribute value
      • remove

        void remove()
        Removes this attribute from parent object.