# File json/objects.rb, line 30 def to_json #all strings in json need to have double quotes around them, treat random objects as strings String.to_json(to_s) end