JS-JSON

94 阅读1分钟

JSON的由来

image.png

小程序的app.json

image.png

JSON基本语法

image.png

JSON序列化

image.png

JSON序列化方法

image.png

Stringify的参数replacer

image.png

Stringify的参数space

image.png

parse方法

image.png

使用JSON序列化深拷贝

image.png