Download List

專案描述

benejson is a buffering SAX-style JSON parser library. The library package contains three major components: PullParser, a C++ class for JSON pull parsing, Core, the parsing core with minimal dependencies, and benejson.js, a SAX-style parser written in JavaScript.

System Requirements

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.

2011-02-22 14:41
0.9.5

This release added an incremental JSON parser written in JavaScript, suitable for browser or node.js use. Bugs were fixed.

2010-07-30 15:01
0.9.3

This version now compiles on Win32 with MinGW. A PullParser crash on an empty file was fixed.

2010-05-20 05:36
0.9.2

Verify and jsonoise, a utility for generating random JSON content, has been added, a parser bug has been fixed, and an error for overlong UTF-8 characters has been added.

2010-05-16 06:04
0.9.1

The PullParser::invalid_value exception was added. An error reporting bug was fixed.

2010-05-13 16:56
0.9.0

Syntax and type checking errors detected by the library now report the byte offset at which the error is located. Some corner cases were fixed.

Project Resources