Type alias JSONType

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

Type declaration

Generated using TypeDoc