toJSON
1.5.1
toJSON() -> String
Returns a JSON string.
Example
['a', {b: null}].toJSON();
//-> '["a", {"b": null}]'
easing the pain of dynamic web applications
toJSON() -> String
Returns a JSON string.
['a', {b: null}].toJSON();
//-> '["a", {"b": null}]'