Class JSONValueStructured

  • Direct Known Subclasses:
    JSONValueArray, JSONValueObject

    public abstract class JSONValueStructured
    extends JSONValue
    Represents one JSON structured value.

    Instances of this class are immutable.

    • Method Detail

      • begin

        @Nullable
        public @Nullable JSONToken begin()
        The beginning token of this structured value.
        Returns:
        the beginning token of this structured value. Can be null if this JSON value is not originated from an existing JSON text.
      • end

        @Nullable
        public @Nullable JSONToken end()
        The end token of this structured value.
        Returns:
        the end token of this structured value. Can be null if this JSON value is not originated from an existing JSON text.