toJSON() -> String
返回一个 JSON 字符串。
['a', {b: null}].toJSON(); //-> '["a", {"b": null}]'
Submit feedback about this site to: