1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 19:23:29 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/samples/SampleJsonTiddler.tid

27 lines
669 B
Plaintext
Raw Normal View History

title: SampleJsonTiddler
type: application/json
2012-05-20 17:47:11 +00:00
tags: demo
{
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"age": 34,
"GlossList": {
"GlossEntry": {
"ID": "SGML",
"SortAs": "SGML",
"GlossTerm": "Standard Generalized Markup Language",
"Acronym": "SGML",
"Abbrev": "ISO 8879:1986",
"GlossDef": {
"para": "A meta-markup language, used to create markup languages such as DocBook.",
"GlossSeeAlso": ["GML", "XML", 23]
},
"GlossSee": "markup"
}
}
}
}
}