Skip to content

Instantly share code, notes, and snippets.

@amitrathore
Last active December 10, 2015 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitrathore/4508581 to your computer and use it in GitHub Desktop.
Save amitrathore/4508581 to your computer and use it in GitHub Desktop.
user> (println m "blah blah" 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}}]} blah blah {: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