meh / jazz

Yet another library to handle JSON in Elixir.
61 stars 21 forks source link

Strange behaviour when decoding nested things #2

Closed devinus closed 10 years ago

devinus commented 10 years ago

When I have a Post model that I decode into [date: DateTime[]] that then decodes the DateTime into a string, I get the string without double quotes in the output.

meh commented 10 years ago

Fixed on master.