JSON engine of VBScript based ASP server technology, served on it's deficiency of processing speciality. Also there have been like these projects put they had...
Hey Lloyd, Thanks for the link. I was not aware of BrowserPlus from yahoo. I'm curious as to what grab bag of tricks they used to pull this off. Time to...
... On systems with slow JavaScript engines (IE), the performance of json_sans_eval is generally worse than json2.js. But on system with higher performance...
The Java reference implementation was extended by Biju Balakrishnan, giving better Bean support. For Inner Objects like List, Array, user defined classes, Map ...
Very nice. Now there only needs to be standardization on the name of top-level json object, and world domination is assured! ... [Non-text portions of this...
There is another JavaScript reference implementation of a JSON parser. This one is a simple state machine. It is slower than json_sans_eval, but it is neater. ...
Thanks, and I would be happy to support any top level name. Just let me know and you have it. Best, Mark P6R, Inc On Thu, 26 Jun 2008 10:18:06 +0200 ... Mark...
Two changes to the reference implementation. JSONObject will keep a LinkedHashMap, so that new JSONObject(new LinkedHashMap()) can be used to make ordered...
json2.js and JSONObject.java use different definitions of "control-character". json.org seems to leave the term undefined. What's the real answer and why isn't...
... The RFC says: All Unicode characters may be placed within the quotation marks except for the characters that must be escaped: quotation mark, reverse...
... In the meantime, does the json2.js definition of control character cover all the potentially dangerous characters? Shouldn't all JSON emitters be escaping...
... Yes. ... So far this hasn't appeared to be a problem. I haven't seen applications flinging around a lot of the Cf characters that get deleted by Firefox...
... I'd be more worried about web apps that accept user input and so could be made to traffic in Cf characters without having thought about it. A tricky user...
... That is a serious problem when using a naked eval. So json.js contains this step: text = text.replace(cx, function (a) { return '\92;u' + ('000039; + ...
Maybe I'm just going crazy, but in a previous version of json.js (or maybe json2.js) did the .toISOString function wrap an extra set of "" (double quotes)...
... I think you are confusing toJSON with toJSONString. The toJSON method (which is supported by json2.js and is likely to be included in the next ECMAScript...
I would be interested in both attending and presenting. Best, Mark P6R. Inc On Mon, 07 Jul 2008 19:15:10 -0000 ... Mark Joseph, Ph.D. President and Secretary ...
On Mon, Jul 7, 2008 at 12:15 PM, Douglas Crockford ... How about if we broaden the agenda to "Safe subsets of JavaScript"? In addition to JSON itself, there...
Yes! (I implemented server-side support for JSON and JSONRequest in mod_ndb, and I'd especially like the chance to talk with people working on the browser and...
Oh, I think there's plenty of interest in JSON. What I wonder is if there's enough material, without the conference devolving into a set of use case ...
... I agree with this. JSON has lots of other applications than just Javascript. Our customers want support for JSON in C++ applications. Best, ... Mark...
Yes, I would be interested in attending. An about some comments regarding endless repetition of use cases, I believe the problem could be solved by someone...
I think there would be enough interest, and I would try to attend. A lot of us are using JSON in production today, so I think you would have to find...