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

Type declaration

  • [key: string]: Json

Generated using TypeDoc