Skip to content

Instantly share code, notes, and snippets.

@spacepluk
Created June 25, 2015 08:05
Show Gist options
  • Save spacepluk/3e1c00ab82b53872550a to your computer and use it in GitHub Desktop.
Save spacepluk/3e1c00ab82b53872550a to your computer and use it in GitHub Desktop.
(def JSON (s/either s/Str
s/Num
s/Bool
[(s/recursive #'JSON)]
{s/Keyword (s/recursive #'JSON)}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment