toJSON() -> String返回一个 JSON 字符串。

样例
['a', {b: null}].toJSON();
//-> '["a", {"b": null}]'