Loading editor...
Loading editor...
// Generated Dart code will appear here...
settings
Generate Dart model classes from JSON data with json_serializable and Freezed support.
Features
- Generate Dart classes from JSON
- json_serializable and Freezed support
- fromJson and toJson method generation
- Nullable type handling
- Nested model generation
- Copy generated code to clipboard
How to Use
- Paste your JSON — Enter a sample JSON object.
- Select style — Choose plain Dart, json_serializable, or Freezed.
- Copy Dart code — Get Flutter-ready model classes.
FAQ
What serialization options are available?
Plain Dart, json_serializable (@JsonSerializable), or Freezed (@freezed) models.
Does it support Flutter?
Yes. Works with Flutter, Dio, http package, and any Dart project.
