Json:
    | string
    | number
    | boolean
    | NodeJS.Dict<Json>
    | Json[]

A JSON object.