Package javax.json

Interface JsonValue

    • Field Detail

      • EMPTY_JSON_OBJECT

        static final JsonObject EMPTY_JSON_OBJECT
        The empty JSON object.
      • EMPTY_JSON_ARRAY

        static final JsonArray EMPTY_JSON_ARRAY
        The empty JSON array.
      • NULL

        static final JsonValue NULL
        A constant JsonValue for null values
      • TRUE

        static final JsonValue TRUE
        A constant JsonValue for TRUE
      • FALSE

        static final JsonValue FALSE
        A constant JsonValue for FALSE
    • Method Detail

      • toString

        java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • asJsonObject

        default JsonObject asJsonObject()
      • asJsonArray

        default JsonArray asJsonArray()