mirror of
https://github.com/kennethreitz-archive/anyjson.git
synced 2026-06-19 22:50:58 +00:00
d7e5c24c00
Added readme as longdesc
20 lines
540 B
Plaintext
20 lines
540 B
Plaintext
0.1:
|
|
|
|
* Initial release
|
|
|
|
0.1.1
|
|
|
|
* Added benchmarking script
|
|
* Added support for more serializer modules
|
|
|
|
0.2
|
|
|
|
* Added exception handling so that all supported modules will result in the
|
|
same exceptions being thrown. The exceptions are the same that are used
|
|
by the JSON module from python 2.7, TypeError for serialize and
|
|
ValueError for deserialize.
|
|
* '''NOTE''' API changed. the implementation property is now an object, not
|
|
a string
|
|
* Rewrote module loading code, so it's now easier to add and rearrange
|
|
JSON modules
|