Interface JsonProperty


public interface JsonProperty
Represents a property of a JsonObject. Provides information about the name and type of the property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the JSON value type of this property.
    Retrieves the name of this property.
  • Method Details

    • getName

      String getName()
      Retrieves the name of this property.
      Returns:
      the name of this property
    • getJsonValueType

      JsonValueType getJsonValueType()
      Retrieves the JSON value type of this property.
      Returns:
      the JSON value type of this property, for example JsonValueType.NUMBER