JSON to C# Class Converter
This is a free json to c# converter which converts the json objects into a class in c#. The individual names within the object will be converted as properties in c#.
This is a free json to c# converter which converts the json objects into a class in c#. The individual names within the object will be converted as properties in c#.
xxxxxxxxxx
{
"fullName": "John Doo",
"firstName": "John",
"lastName": "Doo",
"isSelected": true,
"age": 56,
"results": {
"score": 99,
"name": "Medium run",
"avgRunTime": 22.06
}
}
xxxxxxxxxx
// Input any valid JSON and click on convert button.