Usage & Instructions
- Paste your JSON data into the "JSON Input" box.
- Set the "Root Class Name" and list handling (List/Array).
- Optionally enable `JsonPropertyName` or Nullable types.
- Copy the generated C# class definitions from the right panel.
Tips & Tricks
- Local Processing: All conversion logic runs in your browser; no data is uploaded.
- Smart Inference: Automatically detects types (string, int, bool, arrays) and generates corresponding C# properties.
- Naming Conventions: Properties are automatically converted to PascalCase to follow C# standards.