Fixing sample
This commit is contained in:
parent
5de2bc8243
commit
944fafb589
|
|
@ -45,7 +45,6 @@ namespace MvcSample.Web.RandomNameSpace
|
|||
public ActionResult UserJson()
|
||||
{
|
||||
var jsonResult = new JsonResult(_user);
|
||||
jsonResult.Indent = false;
|
||||
|
||||
return jsonResult;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue