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 a new at JSON but have been doing stuff like this for 27 years. (JSON is just another form of data transportation as when EDI was king over XML 10-25 years...
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...
This looks really cool. Have you tried it with existing servers to see how compatible it is with current implementations of HTTP/JSON servers? This data...
... Yes the user would have a nice graphical interface to specify which fields he wants. Also, I would validate the fields names on the backend before creating...
... Thanks! ... The implementation currently supports GET and POST to an arbitrary URL with an arbitrary JSON request entity and an arbitrary JSON response ...
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...
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...
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...
(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...
What level of difference is there between raw database result set name value paired that has been gzipped and hunpack'ed data that has been gzipped? I know...
Kris, hope I got your question. Basically, as you said gzip is able to reduce drastically redundant words (in JSON case, every collection repeated key) This...
On Wed, May 27, 2009 at 6:27 AM, Andrea Giammarchi ... This seems like a simple and possibly sensible convention. But in addition to having an implementation,...
Tatu, gzip works faster in any case over JSON.hpack(ed) stuff for the same reason JSON.stringify / parse is faster over JSON.hpacked stuff, less characters to...
On Fri, May 29, 2009 at 3:29 AM, an_red@... ... I think so (didn't read in detail) -- and if there are questions, it's easy to contact you and suggest...
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...
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...
We have been having a heck of a time with an issue in IE8's implementation of JSON.stringify(). It appears that IE8 *sometimes* encodes an empty string as the...
IE may have a REFERENCE to the origianl object. In your first example, when coerced into a string from th LEFT, they are equivilant The stringify method may...
The triple-equals shouldn't be coercing the arguments before comparison. Reversing the order of the test to (bad === good) still results in true. To top that...
Below is the answer from Microsoft about this bug in JSON.stringify. Thanks Douglas Crockford for forwarding on to the appropriate contact at Microsoft. It...
Allen Wirfs-Brock suggested another work-around to the IE8 native JSON issue: Another work-around that is isolated to a single place is to use IE8's "mutable...
<!-- this is the javascript json parser function --> <script type="text/javascript" src="../jquery-1.2.6.min.js"> </script> <script type="text/javascript"> ...