Interface JsonableObj

可JSON化对象类型

interface JsonableObj {
    [key: string | number]: JsonableBasic | JsonableObj | JsonableArr;
}

Indexable

[key: string | number]: JsonableBasic | JsonableObj | JsonableArr

Generated using TypeDoc