What would be the recommended way of converting the result of an regexp.exec(str) method call to JSON? The result is an array but with two extra properties;...
In my search for a convenient way to represent XHTML DOM elements, I assembled some ideas of how to apply the native JavaScript objects to the W3C DOM objects....
Those interested in JSoda should also check out JsonML. JsonML is a more compact representation and is fast for converting any XML to JSON. Example client...
Indeed, JSoda and JsonML serve much the same purpose, but with slightly different styles and goals. ... This is probably the best reason to choose Stephen's...
... I may be bit slow, but I am not sure I understand why you would want to wrap DOM within JSON? Why not deal with xml via DOM as is? And when transferring,...
... The DOM element objects themselves aren't being wrapped in JSON. In fact, JSoda isn't JSON at all, it's just nested JavaScript objects. Each object type...
... Ah ok. So it's more about javascript objects, not so much about json per se? If so, it is also related to methods like Badgerfish, which likewise allows...
I have been able to do some very interesting performance comparisons, but unfortunately data I am using is company internal, and hence non publishable. So I...
... per se? ... Yes, much like Badgerfish, just not as comprehensive.. but a bit easier to read. Badgerfish is ideal for representing any XML-based data....
Hi Everyone I was looking for a JSON serializer library to use in our web application. I believe there are just too many options out there... XStream, JSON-lib...
You might want to check out jabsorb (formerly known as JSON-RPC-Java) at http://jabsorb.googlecode.com In the new 1.2 version, we've added circular reference...
... There are far too many options. It's because JSON is a wonderful new emerging standard, and everyone wants a piece of the pie.. everyone wants their names...
I have been looking for some slightly complicated samples for json to java objects conversion using JSON-LIB but in vain. So i thought i will post my sample...
Has any thought been given to specifying the use of HTTP/1.1 message pipelining with JSONRequest? The current specification says: "The browser must be able to...
Pipelining is often regarded as problematic, especially from the client side, because of uneven support in proxies and servers, as well as some uncomfortable...
Hi Mark, Thanks for the response. I've got a few questions about your comments and am also wondering if it's feasible to work around the issues you raise. ... ...
... There are several aspects, but if you have an outstanding request on a connection, and another request is queued, deciding whether it's more efficient to...
Are there any plans to publish a set of unit tests in JavaScript that exercise json.js/json2.js? From: json@yahoogroups.com [mailto:json@yahoogroups.com] On...
Hi Mark, I think message ordering and pipelining are really useful features, so I'ld like to kick this around some more to see if there's something that could...
Hm. Personally, I wouldn't go this way; you're making a bet that the overhead of setting up SSL/TLS is less than that of working synchronously. If you're just...
... Not all browsers support pipelining. Opera has it enabled, Firefox has it disabled by default; The browser must be able to handle it transparently to the...
Hi, JON Tools's subprojects had been released. JON Tools is composed by: SAJ - Simple API for JSON ==> is an event parser of json stream with schema validation...