genia.likes.science@gmail.com | c5f82a2 | 2013-05-08 02:44:35 -0700 | [diff] [blame] | 1 | <%
|
| 2 | Response.ContentType = "application/json"
|
| 3 | Response.AddHeader("x-foo", "bar")
|
| 4 | Response.AddHeader("Access-Control-Allow-Origin", "http://xdm4")
|
| 5 | Response.AddHeader("Access-Control-Allow-Methods", "POST")
|
| 6 |
|
| 7 | %>
|
| 8 | {
|
| 9 | "glossary": {
|
| 10 | "title": "example glossary",
|
| 11 | "GlossDiv": {
|
| 12 | "title": "S",
|
| 13 | "GlossList": {
|
| 14 | "GlossEntry": {
|
| 15 | "ID": "SGML",
|
| 16 | "SortAs": "SGML",
|
| 17 | "GlossTerm": "Standard Generalized Markup Language",
|
| 18 | "Acronym": "SGML",
|
| 19 | "Abbrev": "ISO 8879:1986",
|
| 20 | "GlossDef": {
|
| 21 | "para": "A meta-markup language, used to create markup languages such as DocBook.",
|
| 22 | "GlossSeeAlso": ["GML", "XML"]
|
| 23 | },
|
| 24 | "GlossSee": "markup"
|
| 25 | }
|
| 26 | }
|
| 27 | }
|
| 28 | }
|
| 29 | } |