Télécharger la liste

Description du projet

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.

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.

2011-02-22 14:41
0.9.5

Ce communiqué a ajouté un analyseur différentiel JSON écrit en JavaScript, utilisés pour navigateur ou node.js. Bugs ont été corrigés.
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

Cette version compile maintenant sur Win32 avec MinGW. Un crash pullparser sur un fichier vide a été fixé.
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

Vérifier et jsonoise, un utilitaire pour générer le contenu aléatoire JSON, a été ajouté, un bug analyseur a été fixé, et une erreur de trop longue caractères UTF-8 a été ajouté.
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

Le pullparser:: exception invalid_value a été ajouté. Un bogue de rapport d'erreur a été fixée.
The PullParser::invalid_value exception was added. An error reporting bug was fixed.

2010-05-13 16:56
0.9.0

Syntaxe et le type d'erreurs détectées par le contrôle de la bibliothèque aujourd'hui le rapport du décalage d'octet à laquelle se situe l'erreur. Certains cas ont été fixés coin.
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