Hi all, its been a while since the last version of JSWOOF was uploaded but rest assured development has been around the clock. version 1.08 introduces some...
I've been using my C# JSON parser for about a year now as I've been building out a larger end-to-end Ajax framework. Last week, I released the JSON parser...
For YUI's JSON utility, I'm leveraging native behavior if present and stable. To that second point, I adapted the test suite for YUI's JSON util to test the...
Maybe this stuff could be interesting for json2.js file as well, or maybe not. It is a quick and full specs ISO strings parser, really fast, widely compatible,...
Code: JSON.parse("\"T\\wo\""); In Firefox 3.5 and the latest json2.js from json.org this results in a parse exception SyntaxError. Expected: Two It works in: *...
Then apparently you didn’t say what you meant. No offense, that was what I needed to clarify. “…that different implementations of JSON.stringify([new...
Just to clarify this… ”new Date()” normally produces a perfectly ok Date object representing the current date and time. Does your change to ES5 mean that...
I had always assumed that new Date(NaN) in JavaScript would throw an exception. I found out today that produces a toxic date object, and that different...
Just wanted to let you all know yajl-ruby 0.5.5 was released to github's gem server and I'll be pushing a release to rubyforge soon as well. This is an...
has now been released. containing a small fix for object ordering. as usual jswoof and all its documentation can be found at: http://www.waynemike.co.uk/jswoof...
jswoof version 1.04 has been released. providing more speed improvements. some minor bug fixes and updated documentation. as usual you can get the latest...
<!-- this is the javascript json parser function --> <script type="text/javascript" src="../jquery-1.2.6.min.js"> </script> <script type="text/javascript"> ...
Last month, I announced the web_send library on this list: http://tech.groups.yahoo.com/group/json/message/1250 When hosted by your server, the web_send...
(it was a direct message, I have copied and pasted here as well) Good afternoon Mr Douglas Crockford, I wonder if you have seen already my latest JSON related...
I guess yajl-ruby hasn't been announced on this list, so here goes... Brian Lopez has been feverishly working on ruby bindings for yajl, and has reported some...
Hi, I am pleased to announce you the availability of a novel free library for JavaScript, called myPatterns/JS, implementing pattern matching in JSON and other...
Hi, I'm developing a web front-end to our student database and I'd like to let the users specify what fields they want in their view and be able to filter and...
I'm proud to announce that MJSON v1.1 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...
The web_send library provides a concise and expressive API for interacting with arbitrary JSON resources from the web browser. When used from the Firebug...
Hi all, I have been working on a new JSON Parser for FLEX. Called JSWOOF. The Library is fully complient with the JSON spec. and has been fully optimized for...
One thing that is currently missing (AFAIK) from JSON stack is the equivalent of useful parts of W3C Schema ("xml schema"). I know there is a JSON Schema...
I have recently adapted a VBA Excel macro that parses multidimensional JSON data (ie it deals with arrays and objects in the data), fixed some parsing bugs and...
Hi. I'm using JSON with JQGrid in an inquiry program. I'm building a JSON string with the server-side program, and the string contains an HTML hyperlink tag....
Dear all, I am pleased to announce the publication of a new open source product, jyson, a pure java JSON codec for jython 2.5. You can access source code,...