Skip to content

Instantly share code, notes, and snippets.

@IlanFrumer
Created February 5, 2014 15:54
Show Gist options
  • Save IlanFrumer/8826669 to your computer and use it in GitHub Desktop.
Save IlanFrumer/8826669 to your computer and use it in GitHub Desktop.
app.filter "$json", ->
(obj, spaces = 2) ->
JSON.stringify obj, null, spaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment