summaryrefslogtreecommitdiff
path: root/json-c/src/tests/test2Formatted_pretty.expected
blob: c311691b3e0696b2a4a250477975c0ca2c494f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
new_obj.to_string()={
  "glossary":{
    "title":"example glossary",
    "GlossDiv":{
      "title":"S",
      "GlossList":[
        {
          "ID":"SGML",
          "SortAs":"SGML",
          "GlossTerm":"Standard Generalized Markup Language",
          "Acronym":"SGML",
          "Abbrev":"ISO 8879:1986",
          "GlossDef":"A meta-markup language, used to create markup languages such as DocBook.",
          "GlossSeeAlso":[
            "GML",
            "XML",
            "markup"
          ]
        }
      ]
    }
  }
}