JsonValue:
    | boolean
    | number
    | string
    | null
    | JsonArray
    | JsonObject

Typings for a Json value

Since 2.20.0