simc / crimson

Fast, efficient and easy-to-use JSON parser and serializer for Dart.
Apache License 2.0
229 stars 6 forks source link

Freezed support #4

Closed Reprevise closed 1 year ago

Reprevise commented 1 year ago

I know this library is in the very early stages but I think this package combined with freezed (instead of freezed + json_serializable) would be powerful.

P.S: big fan of your libraries

simc commented 1 year ago

Thanks for opening this issue. I added freezer support in version 0.0.3.

There's a small sample in the readme :)