forked from AtsushiSakai/PyJSONViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.json
23 lines (23 loc) · 844 Bytes
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"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", "TOML", "YAML"]
},
"GlossSee": "マークアップ"
}
}
}
},
"Link": "https://searchmicroservices.techtarget.com/definition/SGML-Standard-Generalized-Markup-Language"
}