Skip to content

Instantly share code, notes, and snippets.

@jshaw
Created November 14, 2012 21:30
Show Gist options
  • Save jshaw/4074966 to your computer and use it in GitHub Desktop.
Save jshaw/4074966 to your computer and use it in GitHub Desktop.
JSON Glossary Structure
var terms = {
"terms" : {
Lorem : {
"term": "Lorem",
"definition" : "Lorem: Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
},
ullamco : {
"term": "ullamco",
"definition" : "ullamco: Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
},
ex : {
"term": "ex",
"definition" : "ex: Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
},
fugiat : {
"term": "fugiat",
"definition" : "fugiat: Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
},
reprehenderit : {
"term": "reprehenderit",
"definition" : "reprehenderit: Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment