wok-6.x annotate python-simplejson/description.txt @ rev 25294
updated screen, screen-pam and screen-terminfo (4.8.0 -> 4.9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 19 17:34:06 2022 +0100 (2022-07-19) |
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. |