Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/x-slayer/json-to-dart

Convert JSON to Dart model class. Implement from Quicktype.
https://github.com/x-slayer/json-to-dart

dart-class json json-to-dart

Last synced: 5 days ago
JSON representation

Convert JSON to Dart model class. Implement from Quicktype.

Awesome Lists containing this project

README

        



# JSON2DART

A custom implementation of JSON to Dart model from [QuickType](https://github.com/quicktype/quicktype).

## Website Access

Find JSON2DART at the following URLs:

[json2dart.netlify.com](https://json2dart.netlify.app/)

[json2dart-henna.vercel.app](https://json2dart-henna.vercel.app/)

## Feature Set

- **Generate toJson/FromJson**
- **Generate copyWith method**
- **Generate toString method**
- **Make all properties final**
- **Use num type for number**
- **Use JSONSerializable**
- **Use Equatable**
- **Use Freezed**
- **Use HIVE**
- **Use required fields**