wok annotate python-simplejson/description.txt @ rev 25495

Up expat (2.5.0), CVE-2022-43680
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:14:28 2022 +0000 (18 months ago)
parents
children
rev   line source
Hans-G?nter@25237 1 Simplejson is a simple, fast, complete, correct and extensible JSON
Hans-G?nter@25237 2 <http://json.org> encoder and decoder for Python 3.3+ with legacy support
Hans-G?nter@25237 3 for Python 2.5+.
Hans-G?nter@25237 4 It is pure Python code with no dependencies, but includes an optional C
Hans-G?nter@25237 5 extension for a serious speed boost.