Interface JsonAttribute

All Known Implementing Classes:
JsonAttributeImpl

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

    Modifier and Type
    Method
    Description
    Name literal of json attribute
    void
    Removes this attribute from parent object.
    Value of json attribute.
  • Method Details

    • 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.