The whole point of the Json()
helper method is to serialize as JSON.
If you want to return raw content, do that directly:
return Content(jsonString, "application/json");
The whole point of the Json()
helper method is to serialize as JSON.
If you want to return raw content, do that directly:
return Content(jsonString, "application/json");