验证 JSON
验证 JSON 代码是否存在错误
将 JavaScript 对象转换为 JSON 字符串格式。将数据结构序列化为 JSON 字符串以便存储或传输。
Convert a basic JavaScript object into a JSON string.
Convert an array containing different types of values into JSON.
Convert an object to JSON with HTML characters escaped.