Skip to content

Instantly share code, notes, and snippets.

@amitrathore
Created January 11, 2013 07:20
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/4508675 to your computer and use it in GitHub Desktop.
Save amitrathore/4508675 to your computer and use it in GitHub Desktop.
user> (println (pp-str 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