Type alias JSONValue

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

Type declaration

Generated using TypeDoc