Guest User

Untitled

a guest
Aug 23rd, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # Pre 1.9.x syntax
  2.  
  3. {
  4. :first_key => "first value"
  5. }
  6.  
  7. {
  8. "first_key" => "first_value"
  9. }
  10.  
  11. # 1.9.x syntax
  12.  
  13. {
  14. first_key: "first_value"
  15. }
  16.  
  17. {
  18. "first_key": "first_value"
  19. }
Advertisement
Add Comment
Please, Sign In to add comment