~ubuntu-branches/ubuntu/saucy/sope/saucy

« back to all changes in this revision

Viewing changes to sope-json/SBJson/Tests/Data/json.org/1.json

  • Committer: Package Import Robot
  • Author(s): Jeroen Dekkers
  • Date: 2012-05-09 15:39:17 UTC
  • Revision ID: package-import@ubuntu.com-20120509153917-nr4jlm8mktma1yv3
Tags: upstream-1.3.14
ImportĀ upstreamĀ versionĀ 1.3.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}