Advertisement
Guest User

Untitled

a guest
Aug 19th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {:phone-numbers [{:type "work"
  2.                   :value "720-1234}
  3.                 {:type "home"
  4.                  :value "720-1235"}]
  5. :organizations [{:name "Google"
  6.                  :title "Software Engineer"}]
  7. :bleh "blah..."}
  8.  
  9. =>
  10.  
  11. [{:type :phone-numbers
  12.  :value {:type "work"
  13.          :value "720-1234"}}
  14. {:type :phone-numbers
  15.  :value {:type "home"
  16.          :value "720-1235"}}
  17. {:type :organizations
  18.  :value {:name "Google"
  19.          :title "Software Engineer"}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement