Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/x-slayer/json-to-dart
- Owner: X-SLAYER
- Created: 2024-01-22T21:15:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T16:02:51.000Z (3 months ago)
- Last Synced: 2024-12-18T10:41:30.278Z (17 days ago)
- Topics: dart-class, json, json-to-dart
- Language: TypeScript
- Homepage: https://json2dart-henna.vercel.app
- Size: 636 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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**