Generate Dart model classes from JSON directly in VS Code with fromJson and toJson support. Handles nested objects, lists, and common types like int, double, String, bool, and DateTime. Works with copied JSON or JSON files.
Features
Convert JSON → Dart model in seconds
Handles nested objects and arrays
Supports int, double, String, bool, DateTime, List, and Map types
Copy the generated Dart model directly to clipboard for easy pasting
Choose between pasting JSON or selecting a JSON file