Json:
    | string
    | number
    | boolean
    | null
    | {
        [key: string]: Json;
    }
    | Json[]