Skip to content

Commit 16a0832

Browse files
authored
Create json.json
1 parent 828c4c5 commit 16a0832

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

samples/json.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"glossary": {
3+
"title": "example glossary",
4+
"GlossDiv": {
5+
"title": "S",
6+
"GlossList": {
7+
"GlossEntry": {
8+
"ID": "SGML",
9+
"SortAs": "SGML",
10+
"GlossTerm": "Standard Generalized Markup Language",
11+
"Acronym": "SGML",
12+
"Abbrev": "ISO 8879:1986",
13+
"GlossDef": {
14+
"para": "A meta-markup language, used to create markup languages such as DocBook.",
15+
"GlossSeeAlso": ["GML", "XML"]
16+
},
17+
"GlossSee": "markup"
18+
}
19+
}
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)