#类型别名JSONValue

JSON 值,它可以是字符串、数字、布尔值、对象或者 JSON 值的数组。

签名 | string
| number
| boolean
| { key: string: JSONValue }
| JSONValue[]
总览