提交 befd59e3 编写于 作者: 杜庆泉's avatar 杜庆泉

Update json.md

上级 c5a1d37a
......@@ -84,6 +84,8 @@ console.log(JSON.stringify(new Date(2006, 0, 2, 15, 4, 5)));
|基本类型 |number/string/boolean |对应json格式中的 原型数据类型|
|容器数据类型|UTSArray/UTSJSONObject |对应json格式中的 jsonarray/jsonobject|
|自定义type |开发者使用type 声明的类型对象 |被序列化为 jsonobject|
|自定义class |开发者使用class 声明的类型对象 |被序列化为 空jsonobject对象: `{}` |
|function |对象内部声明的函数 |被序列化为 `null` |
<!-- UTSJSON.JSON.stringify_1.description -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册