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