Revisions

  • e57436 Mon Oct 19 10:45:49 -0700 2009
  • ca422a Mon Oct 19 10:41:31 -0700 2009
gist: 213538 Download_button fork
public
Public Clone URL: git://gist.github.com/213538.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
>> ActiveSupport::JSON.decode(ActiveSupport::JSON.encode("<groups>"))
=> "\\u003Cgroups\\u003E"
>> JSON.parse(JSON.dump({:foo => '<groups>'}))
=> {"foo"=>"<groups>"}