Type alias PureJSON

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

Type declaration

License

Copyright Cao Jiahang All Rights Reserved.

Use of this source code is governed by an MIT-style license that can be found in the LICENSE file at source root.

Generated using TypeDoc