JSON to C# Model Generator

1. Parse, validate, and convert JSON strings to C# model/entity classes (follows .NET standards).

2. Supports any complex or simple JSON structure.

3. JSON format validation with error messages—invalid JSON is not formatted to ensure model accuracy.

4. Extracts JSON comments for use as C# field documentation.