Array.toJSON - Prototype JavaScript 框架
From Xunxin Prototype API
toJSON1.5.1
toJSON() -> String
返回一个 JSON 字符串。
样例
['a', {b: null}].toJSON();
//-> '["a", {"b": null}]'
From Xunxin Prototype API
toJSON() -> String
返回一个 JSON 字符串。
['a', {b: null}].toJSON();
//-> '["a", {"b": null}]'