|
Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.
Project Release Information2010-05-28 19:48 La documentation a été améliorée, couvrant toutes les API disponibles. améliorations Makefile et de gestion des paquets ont été ajoutés. Une petite amélioration de la performance a été faite. Un bogue lorsque vous utilisez le mode sans limite a été fixée. 2010-02-24 05:34 Un rappel d'assistance qui remplace le rappel analyseur d'habitude de créer des événements d'analyse de haut niveau a été ajoutée pour fournir un parseur DOM sur le dessus de l'analyseur SAJ. 2010-01-14 10:21 Cette version corrige un petit bug dans l'impression de l'API. La barre oblique inverse n'a pas été correctement échappé lors de l'impression d'un objet chaîne. 2009-12-30 20:15 Plus d'installer des correctifs ont été faites. Un couple d'améliorations ont été faites dans les commentaires. 2009-11-18 04:10 Corrections dans la cible d'installation. L'ajout d'un fichier PC de sorte que libjson s'intègre avec pkg-config. Project Resources
Description du projet libjson is a JSON parser and printer that is fully compliant with the JSON spec. The parser is efficient and interruptible with a simple and flexible API. It also optionally supports extensions like C-style comments or Python/YAML style comments, and for security allows the user to set a limit on the number of nested structures and the parse buffer. The library plugs easily into any model since it doesn't include any object model, and plugs easily in any project's memory management since the memory functions can be redefined. (This Description is auto-translated) |