Update VAR.Json

This commit is contained in:
2016-12-06 02:42:46 +01:00
parent 3498ada6ff
commit 1d3929a147
9 changed files with 278 additions and 138 deletions

View File

@@ -14,7 +14,7 @@ namespace VAR.Focus.Web.Pages
public void ProcessRequest(HttpContext context)
{
var jsonWritter = new JSONWriter(true);
var jsonWritter = new JsonWriter(true);
context.Response.Write("<pre><code>");
context.Response.Write(jsonWritter.Write(context.Request));
context.Response.Write("</code></pre>");