toJSON
toJSON() -> String
Returns a JSON string.
Example
['a', {b: null}].toJSON();
//-> '["a", {"b": null}]'
© 2006-2008 Prototype Core Team
© 2009 перевод Иванов Егор
© 2009 перевод Иванов Егор
easing the pain of dynamic web applications
toJSON() -> String
Returns a JSON string.
['a', {b: null}].toJSON();
//-> '["a", {"b": null}]'