blob: c81510112d7272f3a83a0f6dd8e254d9cd40b549 [file] [log] [blame]
genia.likes.science@gmail.comc5f82a22013-05-08 02:44:35 -07001<%
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}