Thursday, January 2, 2020

Handy Tool to Manipulate JSON Data

1. Andrew Friedman create an online tool to convert C# data object to JSON format Data.

it will really help in generate JSON data to Test Web API

https://csharp2json.io/

2. Jonathan Keith launched a web site for converting JSON Data to C# Class

it will reduce the time to code the Business Object for Web API consumption. Since we can get the sample JSON Data from web api portal or web api swagger. we just have to copy the sample JSON data and paste input the textbox, then click generate.

we can copy the output and add them to your project. it can save time and avoid the typo error.

http://json2csharp.com/




No comments:

Post a Comment