Advertisement
bug2000

test

Jun 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  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":[
  16. "GML",
  17. "XML"
  18. ]
  19. },
  20. "GlossSee":"markup"
  21. }
  22. }
  23. }
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement