JSON to C#

Create C# models with clean property names from any JSON object.

How it works

Objects become classes, arrays become List or arrays, and primitives map to string, int, bool and other C# types.

Example