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

Switch to ISO 8601 with Z-notation #14

Closed nicolasgarnier closed 9 years ago

nicolasgarnier commented 9 years ago

ISO8601 with Z-notation is what's the most commonly used format for representing Dates in JSON (at least it's what's used in all browser's Javascript default JSON serializers).

nicolasgarnier commented 9 years ago

PS: Would be awesome if this change was published before I publish the serialization article (whouc could happen any day now :D)

Cheers!