Skip to content

Instantly share code, notes, and snippets.

@igeligel
Created April 10, 2017 13:11
Show Gist options
  • Save igeligel/dd1004d9e032e1b6f2374ec05ea445d7 to your computer and use it in GitHub Desktop.
Save igeligel/dd1004d9e032e1b6f2374ec05ea445d7 to your computer and use it in GitHub Desktop.
POST /whatever-route/3?show_kondax=true HTTP/1.1
Content-Type: application/json

{  
  "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"
            ]
          },
          "GlossSee":"markup"
        }
      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment