Skip to content

Instantly share code, notes, and snippets.

Created September 5, 2014 18:38
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 anonymous/cfb946576feaf91f50d9 to your computer and use it in GitHub Desktop.
Save anonymous/cfb946576feaf91f50d9 to your computer and use it in GitHub Desktop.
graph-api.core=> (cheshire.core/parse-string "{\"id\":\"peat\",\"label\":\"Peat Bakke\",\"attributes\":[{\"for\":\"attribute_name\",\"value\":1},{\"for\":\"something_else\",\"value\":\"wee\"}]}")
{"id" "peat", "label" "Peat Bakke", "attributes" [{"for" "attribute_name", "value" 1} {"for" "something_else", "value" "wee"}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment