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...
Hi all, I've lately released a very minimalistic JSON parser for C++. => http://blog.beef.de/2008/01/04/tinyjson/ Why another C++ parser? While I really like...
Hi everyone, I'd like to share JSON parser, an extension of the JSON_checker code provided by http://www.json.org/ . The code is at...
Jean Gressmann
jean@...
Jan 6, 2008 12:24 pm
929
FYI, last week I posted an update for JsonFx JsonSerializer. Updates include: - expanded JSON object serialization to include any IDictionary with String keys...
http://lloydforge.org/projects/yajl A ChangeLog is availabe on that site, and in the distribution. enjoy, lloyd -- lloydh@... | appreciate value won...
I'm very pleased to announce the release of jabsorb 1.2.2. jabsorb is a simple and lightweight (yet quite powerful) Ajax/Web 2.0framework that allows you to...
... That sounds a lot like DWR. Can you provide a brief comparison? -- Martin Cooper The most important feature in the jabsorb 1.2.x release line is an...
... I'm not a DWR expert, but from what I understand, both libraries fulfill the same basic purposes. The main difference that I've always touted is: jabsorb...
Hey guys, I've written a little JSON validator / reformatter service that I'm hoping is useful for everyone. I use it constantly myself, so I figure others...
FYI, an update for JsonFx JsonSerializer is available. Round-trip support is improved for strongly typed objects. http://jsonfx.net/BuildTools/ Features: -...
Is anyone aware of a JSON parser written in JavaScript that doesn't use the eval() function at all, but instead just does the entire parsing using regular...
The Jayrock project has a json.js version that supports both. A "safe eval" as well as a pure JavaScript JSON parser available via the "parse" method. See...
Yes. Doug Crockford's ORIGINAL json parser {circa 2005 or so} did NOT use the eval function -- it was a strict tokenizer / regex mechanism both for parsing a...
Hi All, I have just started looking into using JSON as a way to send data between the client and server. I would like to know which JSON to use? I see...
Hi all, I've developed a 1-1 (reversible) mapping from JSON into XML in order to be able to process JSON from XQuery. The current CVS version of XQilla ...
Hi, Douglas Crockford asked me to report the problem on this yahoo group. I am using CLDC 1.1 and MIDP 2.1. If the json.me package was meant to support this...
It will work in CDC - Personal Profile http://java.sun.com/javame/reference/apis/jsr216/ Maybe its better, if we use a ported version of this class so it can...
Hi Himanshu, An update of the org.json.me library hosted at https://meapplicationdevelopers.dev.java.net/mobileajax.html worked around this issue by supplying...
Hi, I do not have access to the ability to upload or make changes to json.org website. However, my personal suggestion would be to take an updated zip file...
Support was added to the Java reference implementation for Apple's Old Style ASCII Property Lists. It recognizes strings, arrays, and dictionaries. It is...
I'm proud to announce that MJSON v0.8 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...