Skip to content

Instantly share code, notes, and snippets.

@bryanl
Created August 6, 2012 15:58
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 bryanl/3275916 to your computer and use it in GitHub Desktop.
Save bryanl/3275916 to your computer and use it in GitHub Desktop.
{"20" {:age "20"
:moderate "0.9"
:low "0.1"
:core "1.0"
:high "0.4"
:medium "0.2"}}
;; want to convert to this
{"20" {:moderate "0.9"
:low "0.1"
:core "1.0"
:high "0.4"
:medium "0.2"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment