1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/samples/SampleJsonTiddler.tid
2012-11-16 21:20:27 +00:00

27 lines
669 B
Plaintext

title: SampleJsonTiddler
type: application/json
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"
}
}
}
}
}