Skip to content

Instantly share code, notes, and snippets.

@benmmurphy
Created February 4, 2013 09:58
Show Gist options
  • Save benmmurphy/4705923 to your computer and use it in GitHub Desktop.
Save benmmurphy/4705923 to your computer and use it in GitHub Desktop.
oj json default behaviour
irb(main):001:0> require 'oj'
=> true
irb(main):002:0> Oj
=> Oj
irb(main):003:0> Oj.dump(Object.new)
=> "{\"^o\":\"Object\"}"
irb(main):004:0> Oj.load("{\"^o\":\"Object\"}")
=> #<Object:0x0000010115c5f0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment