Type alias Json

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

Fair JSON type.

Type declaration

  • [key: string]: Json

Generated using TypeDoc