[]
The json convert helper.
public static class JsonConvertHelper
| Name | Description |
|---|---|
| C1Json(Controller, object, bool) | Creates a Microsoft.AspNetCore.Mvc.JsonResult object that serializes the specified data object to JSON. |
| C1Json(object, bool) | Creates a Microsoft.AspNetCore.Mvc.JsonResult object that serializes the specified data object to JSON. |