← back
JSON → C#
offline
JSON to C# Interface
Generate C# classes from JSON with proper types.
JSON Input
{"id":1,"name":"Alice","email":"alice@example.com","isActive":true,"score":98.5,"address":{"city":"NYC","zip":"10001"},"tags":["admin","user"]}
Convert
Copy
C# Output