格式化输出 JSON

格式化输出 JSON

JSON.stringify()是将 JavaScript 对象转换为 JSON 的规范方法。有许多 JavaScript 框架在内部都使用了 JSON.stringify() ,比如 Express 框架的res.json()
JavaScript170