Package javax.json

Interface JsonValue

All Known Subinterfaces:
JsonArray, JsonNumber, JsonObject, JsonString, JsonStructure

public interface JsonValue
A single value in a JSON expression.
  • Field Details

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