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

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 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.