dart-codable icon indicating copy to clipboard operation
dart-codable copied to clipboard

A library for converting dynamic, structured data (JSON, YAML) into Dart types.

Results 3 dart-codable issues
Sort by recently updated
recently updated
newest added

Is there a format config that I should be using?

We've started introducing codable to our codebase, and are rewriting a few API client libraries to use codable. It has become a very repetitive task, and we just thought that...

Cool project! I can see myself using it. One of the things I ran into when testing things was that pesky `s`. We have things that look like this: ```...