JSONValue:
    | string
    | number
    | boolean
    | {
        [x: string]: JSONValue;
    }
    | JSONValue[]