ASP.NET MVC supports JSON (JavaScript Object Notation). The JsonResult class (inherited from ActionResult class) is an action result which formats the given object as JSON.
Click the "Fetch" button to retrieve the JSON Result
The JSON Data will be shown below this line after the "Fetch" button has been clicked.