Type alias JSONType

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

Type declaration

Generated using TypeDoc