Created
May 27, 2015 16:31
-
-
Save tomzorz/433dbc7a800479e4c454 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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