dmeranda / demjson

Python module for JSON data encoding, including jsonlint. See the project Wiki here on Github. Also read the README at the bottom of this page, or the project homepage at
http://deron.meranda.us/python/demjson/
Other
302 stars 76 forks source link

Marketing #5

Closed dsoprea closed 10 years ago

dsoprea commented 10 years ago

You might want to mention why someone would use this for encoding and decoding and not the standard Python package.

dmeranda commented 10 years ago

First, this package was written BEFORE standard python had any JSON functionality built-in. I had also helped test and fix the "competing" package too, prior to it being adopted into the standard library.

Though the standard library certainly meets most people's JSON needs these days, there are still many users of demjson to this day, mostly because it has some extended features that the the standard one does not.

FYI, I am working on a new release with lots of enhancements soon. I will try to address this more in the updated documentation.

Thanks Deron

On Tue, Apr 8, 2014 at 1:55 PM, Dustin Oprea notifications@github.comwrote:

You might want to mention why someone would use this for encoding and decoding and not the standard Python package.

— Reply to this email directly or view it on GitHubhttps://github.com/dmeranda/demjson/issues/5 .

Deron Meranda http://deron.meranda.us/

dmeranda commented 10 years ago

After a long delay, I've finally released version 2.0. The updated documentation explains the history and why you should or should not use demjson.

Check out http://deron.meranda.us/python/demjson/ for changes and documentation.