This seems so simple I must be over-thinking it.
TL;DR;
How can I modify the code below to return the json object contained in the string
public ActionResult Test() { return Json(new { success = true }, JsonRequestBehavior.AllowGet); }