Using JSON Helper Methods

Learn the JSON helper method and use it to send requests to a Web API.

There are three JSON helper methods. There is one for reading data, one for adding data, and one for updating data. Since there is not one for deleting data, we will use the HttpClient.DeleteAsync method to delete data.

Get hands-on with 1200+ tech skills courses.