mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 20:10:03 +00:00
JSON sample data update
This commit is contained in:
parent
155bf379cc
commit
664ce709ab
@ -6,6 +6,7 @@ type: application/json
|
|||||||
"title": "example glossary",
|
"title": "example glossary",
|
||||||
"GlossDiv": {
|
"GlossDiv": {
|
||||||
"title": "S",
|
"title": "S",
|
||||||
|
"age": 34,
|
||||||
"GlossList": {
|
"GlossList": {
|
||||||
"GlossEntry": {
|
"GlossEntry": {
|
||||||
"ID": "SGML",
|
"ID": "SGML",
|
||||||
@ -15,7 +16,7 @@ type: application/json
|
|||||||
"Abbrev": "ISO 8879:1986",
|
"Abbrev": "ISO 8879:1986",
|
||||||
"GlossDef": {
|
"GlossDef": {
|
||||||
"para": "A meta-markup language, used to create markup languages such as DocBook.",
|
"para": "A meta-markup language, used to create markup languages such as DocBook.",
|
||||||
"GlossSeeAlso": ["GML", "XML"]
|
"GlossSeeAlso": ["GML", "XML", 23]
|
||||||
},
|
},
|
||||||
"GlossSee": "markup"
|
"GlossSee": "markup"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user