Skip to content

Instantly share code, notes, and snippets.

@dhilipsiva
Forked from amitrathore/m.clj
Last active December 11, 2015 03:48
Show Gist options
  • Save dhilipsiva/4539957 to your computer and use it in GitHub Desktop.
Save dhilipsiva/4539957 to your computer and use it in GitHub Desktop.
(def m {:a 1,
:c {:a 1, :c {:a 1, :b 2}, :b 2},
:b [2 3],
:d [{:a 1, :c 3, :b 2} {:a [1 2 3], :b {:a 1, :b 2}}]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment