JsonObject: {
    [index: string]: JsonValue;
} & {
    [index: string]: undefined | null | string | number | boolean | JsonObject | JsonValue[];
}

Type declaration

Type declaration

Generated using TypeDoc