JSON to Object Initializer - C# chrome extension

Version: 1.0.0
JSON to Object Initializer - C#
A simple utility tool to convert JSON string to Object Initializer format in C#.
3.00 Based on 3 user rates

What is JSON to Object Initializer - C#?

JSON to Object Initializer - C# is a productivity chrome extension. it's a free extension , it has 147 active users since released its first version, it earns an average rating of 3.00 from 3 rated user, last update is 1118 days ago.


What’s new in version 1.0.0?

                Usage:
1. Can be used in Code Examples.
2. Can be used in Test Data for Unit Testing.            

How to install JSON to Object Initializer - C#?

You could download the latest version crx file or older version files and install it.


Preview of JSON to Object Initializer - C#


Technical Features:

  • Latest Version: 1.0.0
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Wednesday, April 14th, 2021
  • Author: gsaku0091

JSON to Object Initializer - C# Available languages:

English.


FAQ


Reviews of json to object initializer - c#:


Steve Davey December 1st, 2022
Steve Davey

Needs to preserve casing of symbols


Inclouds November 18th, 2022
Inclouds

Unnecessary changes property names


Patrick September 16th, 2022
Patrick

Great extension, thanks! Could be even better if the Pascal casing is also used while generating the class and Property names: Current: { "TestWithPascalCase": { "TestInteger": 6, "TestString": "abcdef" } } new Test { Testwithpascalcase = new Testwithpascalcase { Testinteger = 6, Teststring = "abcdef" } } Expected: new Test { TestWithPascalCase = new TestWithPascalCase { TestInteger = 6, TestString = "abcdef" } }

Read more review & comments of json to object initializer - c#