summaryrefslogtreecommitdiff
path: root/tablib/formats/_json.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #373 - Properly detect xlsx formatClaude Paroz2019-10-041-1/+1
* Merge multiple isinstance() calls to oneJon Dufresne2019-03-021-1/+1
* ujson presence no longer breaks tablib (resolves #297) (#311)Maciej "RooTer" UrbaƄski2018-09-121-4/+1
* Fix: Circular reference detected error (#332)Bruno Soares2018-09-121-5/+5
* Replaced vendored omnijson by the standard lib version (#279)Claude Paroz2017-02-241-3/+2
* Merge pull request #234 from BrianPainter/masterIuri de Silvio2016-12-181-1/+8
|\
| * if the object is a decimal, return the string representation of it.Brian Painter2016-03-231-1/+8
* | Fix date and datetime export to JSON in Python versions with a json packageDylan Verheul2016-11-301-2/+4
|/
* Added a mechanism to avoid datetime.datetime issues when serializing dataHelge2015-03-021-2/+6
* Fix typos.Bruce Mitchener2012-06-081-1/+1
* bugfixKenneth Reitz2011-06-201-1/+1
* integrate omnijsonKenneth Reitz2011-06-201-6/+6
* fixes #17Kenneth Reitz2011-05-251-5/+1
* import magicKenneth Reitz2011-03-231-3/+8
* Added AnyJSON to json format systemKenneth Reitz2011-02-171-13/+7
* this should work betterKenneth Reitz2011-02-171-1/+1
* *shutter* making everyone else happyKenneth Reitz2011-02-171-25/+25
* whitespace fixKenneth Reitz2010-11-211-3/+3
* Added vendorized JSON.Kenneth Reitz2010-10-061-2/+5
* Removed external dependencies, but utilize them if Kenneth Reitz2010-10-061-2/+2
* New exception style. Kenneth Reitz2010-10-061-1/+2
* Rely on built-in JSON. Kenneth Reitz2010-10-061-1/+5
* Auto-detectors operational.Kenneth Reitz2010-09-251-0/+9
* Adding docstrings for pylint coverage.Kenneth Reitz2010-09-251-0/+3
* Elegant databook importers.Kenneth Reitz2010-09-251-5/+3
* Updated elegant imports for instance properties.Kenneth Reitz2010-09-251-5/+3
* Archaic imports in place!Kenneth Reitz2010-09-251-7/+14
* Added format importers.Kenneth Reitz2010-09-251-0/+32