Package javax.json

Interface JsonValue

    • Field Detail

      • NULL

        static final JsonValue NULL
        JSON null value.
      • TRUE

        static final JsonValue TRUE
        JSON true value.
      • FALSE

        static final JsonValue FALSE
        JSON false value
    • Method Detail

      • getValueType

        JsonValue.ValueType getValueType​()
        Returns the value type of this JSON value.
        Returns:
        JSON value type
      • toString

        java.lang.String toString​()
        Returns JSON text for this JSON value.
        Overrides:
        toString in class java.lang.Object
        Returns:
        JSON text