wok annotate jansson/description.txt @ rev 25564
Up memtest (6.20)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 11 15:58:49 2023 +0000 (18 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24684 | 1 Jansson is a C library for encoding, decoding and manipulating JSON data. |
Hans-G?nter@24684 | 2 Its main features and design principles are: |
Hans-G?nter@24684 | 3 |
Hans-G?nter@24684 | 4 * Simple and intuitive API and data model |
Hans-G?nter@24684 | 5 * Comprehensive documentation |
Hans-G?nter@24684 | 6 * No dependencies on other libraries |
Hans-G?nter@24684 | 7 * Full Unicode support (UTF-8) |
Hans-G?nter@24684 | 8 * Extensive test suite |