JsonCompatibleValue:
    | JsonCompatibleDictionary
    | JsonCompatibleArray
    | string
    | number
    | boolean
    | null

A single JSON value. This is the missing return type of JSON.parse().