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

Update json.md

上级 f61541b1
......@@ -13,7 +13,7 @@ JSON.parse() 方法用来解析 JSON 字符串,构造由字符串描述的对
```ts
const json = `{"result":true, "count":42}`;
const obj = JSON.parse(json);
const obj = JSON.parse(json) as UTSJSONObject;
console.log(obj["count"]);
// expected output: 42
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册