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

Type declaration

Generated using TypeDoc