Download List

项目描述

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.

系统要求

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 Back to release list
0.6

一个助手回调,它取代了通常的解析器回调创造出高层次分析事件已被添加到提供一份关于SAJ解析器顶端DOM解析器。
标签: 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