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

Update some current_version()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 07 10:55:10 2025 +0000 (4 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.