eredo / dartson

Dartson is a Dart library that can be used to convert Dart objects into a JSON string.
MIT License
79 stars 29 forks source link

Solve some bugs on serialzing and parsing #10

Closed luisvt closed 9 years ago

luisvt commented 10 years ago

Serializing and parsing Datetime. Parsing generic Map.

eredo commented 9 years ago

DateTime should be handled by TypeTransformers.

luisvt commented 9 years ago

why?