simc / crimson

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

Add Freezed To json method #5

Closed alihassan143 closed 1 year ago

alihassan143 commented 1 year ago

currently to json method is getting error when building with freezed

Reprevise commented 1 year ago

The README states that only parsing is supported right now, converting to JSON is not supported at the moment.

simc commented 1 year ago

Let's continue this discussion on #11