What is to_js and to_json?

Anyone can explain the method to_js and to_json

http://www.noobkit.com/show/ruby/ruby/standard-library/json.html

May give an accurate enough overview. I find it very helpful for
converting
an array of values in Ruby to an array of values in Javascript.

On Jan 8, 2008 3:54 PM, Ayyanar from Aspire Systems <
[email protected]> wrote:

Anyone can explain the method to_js and to_json

Posted via http://www.ruby-forum.com/.


Ryan B.

Feel free to add me to MSN and/or GTalk as this email.

This is a nicely laid out description of the JavaScript Object
Notation (JSON) serialization format:
http://www.json.org/

Sorry, I’m unfamiliar with to_js method. Where is that one defined? I
didn’t see it anywhere in the Rails documentation.

Both are used for the same purpose?