Interface JsonValueNull

Represents a JSON value. Subtype of JsonValue.

interface JsonValueNull {
    @type: "jsonValueNull";
}

Properties

Properties

@type: "jsonValueNull"