tool-json is a VS Code extension that helps developers quickly generate Entity and Model classes in Dart from JSON. It also supports TypeScript interfaces, making it easy to work with API responses.
Features
🛠️ Generate Dart Entity & Model Classes: Automatically generates classes with fromJson and toJson methods.
📜 TypeScript Interface Support: Converts JSON into TypeScript interfaces.
⚡ Easy to Use: Works directly inside VS Code, requiring no external setup.
How to Use
Open Tools in VS Code.
Click Start Generator to open the generator.
Paste your JSON data and generate the required model.