Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created August 29, 2013 15:41
Show Gist options
  • Save deedubs/6379751 to your computer and use it in GitHub Desktop.
Save deedubs/6379751 to your computer and use it in GitHub Desktop.
router.set('json replacer', function (key, value) {
if (key.charAt(1) === '_') value = true;
return value;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment