On Tue, Jul 21, 2009 at 3:01 PM, Kris Zyp<kriszyp@...> wrote: ... I fully agree -- I would prefer using proper content/media types, since those do serve...
Just wanted to share that the source code repository for the JSON serializer in JsonFx.NET (as well as the full Ajax framework) has been migrated to Google...
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...
Version 1.2 of Jackson JSON processor (http://wiki.fasterxml.com/JacksonHome) is now available. Jackson is a full-featured JSON processor written in Java. It...
JSON.parse function accepts an extra argument which main usage is to transform strings into Dates, if encountered. For performances reason this operation will...
... The replacer/reviver functions are generally useful. They are not mainly for dates. We shouldn't be mucking things up for eval tricks. ES5 is adopting the...
I am using the native JSON.parse with FF and others, json2 for IE < 8 The problem is that we have a standard (almost) to stringify Date but at the same time...
I wonder if this test is enough: http://www.3site.eu/jstests/json/ as average it is about 2 to 5 times faster in IE8 or 7, faster in any case with every other...
P.S. added native JSON parser if present, IE8 as example shows no differences between my proposal and native plus json2 suggested function. Moreover, my regexp...
Is there a definition of these Dates and other new features in JSON2 as defined on the website www.json.org (i.e., using the train track model). My JSON parser...
... There is no JSON2. json2.js is a JSON library for JavaScript. JSON has not changed. It is still the language that is described at http://www.JSON.org/ and...
Thanks, but I don't see date strings referenced on the www.json.org site. There are a lot of different Date formats like RFC822 and the ISO standard. And there...
Open minded, uh? ... definition of these Da... There is no JSON2. json2.js is a JSON library for JavaScript. JSON has not changed. It is still the language...
So these JSON parse functions for Dates are just utility functions available for use to help parse data in Javascript? What purpose does this discussion...
... standard. ... so are ... As Crockford pointed out, there is no normative definition, but with json2.js, IE8, FF3.5 (and others I'm sure) all serializing JS...
... JSON is about as likely to change as ASCII, RS-232, or the Unix "cal" program. -- John Cowan cowan@... http://ccil.org/~cowan No man is an island,...
If there was a reliable and robust Date literal as part of the JS language,when JSON was defined, maybe JSON itself would handle Dates, but there wasn't and...
On Fri, Aug 7, 2009 at 11:36 AM, Andrea Giammarchi < ... I have often said to Crock that one of JSON's great virtues is the absence of any ability to version...
... would ... Just to be clear, I wasn't arguing that the spec needed to be updated. I was just pointing out there is general agreement in the community on how...
... Not versioning the spec is one thing, but I *really* wish json2.js was under version control instead of new versions just replacing old ones on the ...
I would like to see all of the Crockford utilities (jsmin, jslint, json2.js, org.json java classes, etc.) somewhere under version control as I have so many...
Standards are not static, things change. If I want to support ISO date encoded in a string I have to take a performance hit because now my parser has to first...
From: Andrea Giammarchi [mailto:andrea.giammarchi@...] To: json@yahoogroups.com Sent: Fri, 07 Aug 2009 07:50:55 -0700 Subject: Re: [json] Re: Why we have...
So if basis could be bettere, let's adapt everything else based on not-perfect basis, right? I am a developer, enterprise one, I spot a performances problem, I...
... Not necessarily, and not arbitrarily. They should change iff there is a new revision of the standard. ... Not necessarily. Incremental parsers can wait...
Well you can fight this all you want, but to me it looks like the browser writers have changed the specification anyway out of need. Best, Mark Joseph, Ph.D. ...
There are much bigger fish to try like what? Since Dates are a loose type in a protocol that does not define them but is manages them somehow? Dates are the...
I wrote a page days ago which aim is to demonstrate there was nothing hypothetical: http://www.3site.eu/jstests/json/ Would be nice to receive an answer or a...
Andrea, I fail to understand what exactly you aim to prove on that page, but that is besides the point. You seem to argue that special features (incorporating...