Type alias IJSON

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

Type declaration