Simplejson

Latest version: v3.20.1

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 18

2.2.0

Not secure
* Remove setuptools requirement, reverted to pure distutils
* use_decimal default for encoding (dump, dumps, JSONEncoder) is now True
* tuple encoding as JSON objects can be turned off with new
tuple_as_array=False option.
https://github.com/simplejson/simplejson/pull/6
* namedtuple (or other tuple subclasses with _asdict methods) are now
encoded as JSON objects rather than arrays by default. Can be disabled
and treated as a tuple with the new namedtuple_as_object=False option.
https://github.com/simplejson/simplejson/pull/6
* JSONDecodeError is now raised instead of ValueError when a document
ends with an opening quote and the C speedups are in use.
https://github.com/simplejson/simplejson/issues/15
* Updated documentation with information about JSONDecodeError
* Force unicode linebreak characters to be escaped (U+2028 and U+2029)
http://timelessrepo.com/json-isnt-a-javascript-subset
* Moved documentation from a git submodule to
https://simplejson.readthedocs.io/

2.1.6

Not secure
* Prevent segfaults with deeply nested JSON documents
https://github.com/simplejson/simplejson/issues/11
* Fix compatibility with Python 2.5
https://github.com/simplejson/simplejson/issues/5

2.1.5

Not secure
* Built sdist tarball with setuptools_git installed. Argh.

2.1.4

Not secure
* Does not try to build the extension when using PyPy
* Trailing whitespace after commas no longer emitted when indent is used
* Migrated to github http://github.com/simplejson/simplejson

2.1.3

Not secure
* Support the sort_keys option in C encoding speedups
http://code.google.com/p/simplejson/issues/detail?id=86
* Allow use_decimal to work with dump()
http://code.google.com/p/simplejson/issues/detail?id=87

2.1.2

Not secure
* Correct wrong end when object_pairs_hook is used
http://code.google.com/p/simplejson/issues/detail?id=85
* Correct output for indent=0
http://bugs.python.org/issue10019
* Correctly raise TypeError when non-string keys are used with speedups
http://code.google.com/p/simplejson/issues/detail?id=82
* Fix the endlineno, endcolno attributes of the JSONDecodeError exception.
http://code.google.com/p/simplejson/issues/detail?id=81

Page 14 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.