Skip to content

Instantly share code, notes, and snippets.

@kkaefer

kkaefer/file.js Secret

Created April 6, 2011 21:17
Show Gist options
  • Save kkaefer/b90c917a5ee6617c759d to your computer and use it in GitHub Desktop.
Save kkaefer/b90c917a5ee6617c759d to your computer and use it in GitHub Desktop.
old:
{
"grid": STRINGIFIED ARRAY,
"keys": {
...
}
}
new:
{
"grid": [
BUFFER,
BUFFER,
BUFFER,
...
],
"keys": {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment