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

이 릴리스는 JavaScript로 작성된 증분 JSON 파서를, 브라우저 또는 node.js 사용하기에 적합했다. 버그가 수정되었습니다.
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

이 버전은 지금 MinGW와 Win32에서 컴파일됩니다. 빈 파일에 PullParser 충돌이 해결되었습니다.
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

확인 및 jsonoise, 임의의 JSON 컨텐츠를 생성하기위한 유틸리티, 파서의 버그, 그리고 UTF - 8 문자를 너무 오랫동안에 대한 오류에 추가되었습니다 해결되었습니다 추가되었습니다.
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

PullParser는 : : invalid_value 예외가 추가되었습니다. 오류보고 버그가 수정되었습니다.
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