Skip to content

Instantly share code, notes, and snippets.

@tomzorz
Created May 27, 2015 16:31
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 tomzorz/433dbc7a800479e4c454 to your computer and use it in GitHub Desktop.
Save tomzorz/433dbc7a800479e4c454 to your computer and use it in GitHub Desktop.
JSON.stringify(user_dict, function( key, value) {
if(key[0] == '_') {
return "cref";
} else {
return value;
};
});
// for https://github.com/arank/marauders-map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment