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

Change DartsonProperty annotation name to JsonProperty #6

Closed luisvt closed 9 years ago

luisvt commented 10 years ago

In this way would be easier for java programmers to determine the use of this annotation since it would have the same name as the Jackson library

eredo commented 10 years ago

Will be done in version 0.2.0.

eredo commented 9 years ago

In 0.2.0 the annotation is renamed to "Property" because dartson may not only be used for JSON encoding.