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-05-28 19:48
0.7

该文件进行了改进,包括所有可用的API。 Makefile的改进和Debian包装增加了。一个小性能的改善了。一个错误时,使用没有限制的模式是固定的。
标签: Minor
The documentation was improved, covering all APIs available. Makefile improvements and Debian packaging were added. A small performance improvement was made. A bug when using no limit mode was fixed.

2010-02-24 05:34
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.

2010-01-14 10:21
0.5

此版本修正了在印刷API的小错误。反斜杠转义得不好时,打印字符串对象。
标签: Bugfixes
This release fixes a tiny bug in the printing API. The backslash was not properly escaped when printing a string object.

2009-12-30 20:15
0.4

更多安装补丁了。夫妇的增强了在评论。
标签: Minor Bug fix and enhancement
More install fixes were made. A couple of enhancements were made in comments.

2009-11-18 04:10
0.3

修复在安装目标。 PC的文件,此外,以便与包装的libjson整合,配置。
标签: Build fixes
Fixes in the install target. The addition of a pc file so that libjson integrates with pkg-config.

Project Resources