Télécharger la liste

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.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-02-24 05:34 Retour à la liste release
0.6

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.
Tags: Minor
A helper callback that replaces the usual parser callback to create high level parsing events has been added to provide a DOM parser on top of the SAJ parser.

Project Resources