PlainJSON:
    | boolean
    | number
    | string
    | {
        [key: string]: PlainJSON;
    }
    | PlainJSON[]