Skip navigation links
EDB/Java
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

        String toString()
        Returns JSON text for this JSON value.
        Overrides:
        toString in class Object
        Returns:
        JSON text
EDB/Java

EDB Working Group at Tue Jun 10 17:08:59 JST 2025