Skip to content

Instantly share code, notes, and snippets.

@nathanrosspowell
Created August 5, 2012 05:58
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 nathanrosspowell/3262124 to your computer and use it in GitHub Desktop.
Save nathanrosspowell/3262124 to your computer and use it in GitHub Desktop.
Stored todo list example
{"item 1 todo":
{"c": ["saa", "asa", "a"],
"d": null,
"p": 4,
"cats": "saa, asa, a, ",
"t": "20120505175158",
"time": "2012 - 5 - 4"
},
"item 2":
{"c": ["rgrgr", "wfgw", "hh"],
"d": null,
"p": 2,
"cats": "rgrgr, wfgw, hh, ",
"t": "20120505175043",
"time": "2012 - 5 - 4"
},
"item 3 yeah man":
{"c": ["rg", "grg", "gg"],
"d": null,
"p": 3, "cats": "rg, grg, gg, ",
"t": "20120505175150",
"time": "2012 - 5 - 4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment