VTD-XML 2.5 is now released. Please go to https://sourceforge.net/project/showfiles.php? group_id=110612&package_id=120172&release_id=661376 to download the...
1217
Fang Yidong
fangyidong
Feb 20, 2009 7:08 am
Hello Tatu, While I was googling JSON.simple usage, I occasionally find JsonSimpleDriver.java in svn of codehaus, and the benchmark results, comparing with...
1218
Fang Yidong
fangyidong
Feb 20, 2009 7:14 am
Sorry this message is intended to send to Tatu only. My bad. Since the result is not published yet, let's discuss it privately. Hello Tatu, While I was...
1219
Tatu Saloranta
cowtowncoder
Feb 20, 2009 7:46 am
... Hi there! Yes, that is true. ... Sure, thank you for your input. I hadn't yet published it, but it is of course public from the blog. ... Hmmh. I don't...
1220
Tatu Saloranta
cowtowncoder
Feb 20, 2009 5:12 pm
... (took the discussion offline, but if anyone is interested in what results we are discussing, those are at: ...
1221
Alan Kennedy
alank1610
Mar 21, 2009 12:18 pm
Dear all, I am pleased to announce the publication of a new open source product, jyson, a pure java JSON codec for jython 2.5. You can access source code,...
1222
violinssoundcool
violinssound...
Mar 23, 2009 7:21 pm
Hi. I'm using JSON with JQGrid in an inquiry program. I'm building a JSON string with the server-side program, and the string contains an HTML hyperlink tag....
1223
Stephen M. McKamey
stephen.mckamey
Mar 23, 2009 8:01 pm
It's valid JSON but not HTML. You're effectively closing the href attribute with the first \" in the URL. First off, it's is going to be an issue because...
1224
Tatu Saloranta
cowtowncoder
Mar 23, 2009 8:35 pm
On Mon, Mar 23, 2009 at 12:53 PM, Stephen M. McKamey <jsonml@...> wrote: ... This does seem to be the case, and if so, I agree that it's time to use a...
1225
violinssoundcool
violinssound...
Mar 23, 2009 8:36 pm
You're totally right. Wow. I honestly can't believe I missed that. I'm no genius, but I didn't think I was a complete idiot until now. I removed the...
1226
violinssoundcool
violinssound...
Mar 23, 2009 8:37 pm
By the way, thanks for taking the time to respond to my post....
1227
Douglas Crockford
douglascrock...
Mar 23, 2009 8:47 pm
... The string appears to be properly escaped from JSON's perspective. Your problem lies elsewhere. I think it is extremely unwise to pass strings received...
1228
Stephen M. McKamey
stephen.mckamey
Mar 23, 2009 9:05 pm
Sorry typo, that HTML quote entity should not have the e on the end: "...
1229
Andy Chu
andychup
Apr 9, 2009 7:54 pm
I'd like to solicit feedback on this minimal (but powerful) template language I wrote: http://code.google.com/p/json-template/ It's meant to be a...
1230
mikeglaser@...
mikeglaser...
Apr 19, 2009 5:04 am
I have recently adapted a VBA Excel macro that parses multidimensional JSON data (ie it deals with arrays and objects in the data), fixed some parsing bugs and...
1231
Tatu Saloranta
cowtowncoder
Apr 25, 2009 3:58 pm
One thing that is currently missing (AFAIK) from JSON stack is the equivalent of useful parts of W3C Schema ("xml schema"). I know there is a JSON Schema...
1232
John Cowan
johnwcowan
Apr 27, 2009 5:15 pm
... Very interesting. I've been thinking about this a bit, and here's a sketch of what I've come up with. I'm assuming that the target language looks like...
1233
Tatu Saloranta
cowtowncoder
Apr 27, 2009 5:18 pm
I thought this is interesting; as per these entries: ...
1234
John David Duncan
jddefn
Apr 27, 2009 5:36 pm
Tatu, I don't really understand XML schema or WSDL (which I think you're referring to), so I could be quite off target here ... but maybe Google Protocol...
1235
Tatu Saloranta
cowtowncoder
Apr 27, 2009 6:17 pm
... Exactly, since more dynamic languages can use "duck typing", or more loose conversions. It's static languages that need extra help. ... Yes. I don't think...
1236
Tatu Saloranta
cowtowncoder
Apr 27, 2009 6:20 pm
On Mon, Apr 27, 2009 at 10:36 AM, John David Duncan ... I don't think it is directly applicable in PB, schema has much more fundamental role, being mandatory...
1237
John Cowan
johnwcowan
Apr 27, 2009 6:39 pm
... All these predicates are on the JSON object itself, because they are used before the object's type is known. So isNull("foo") means that there is a key...
1238
Kris Zyp
kriszyp
Apr 27, 2009 9:26 pm
... JSON Schema can certainly be used for that purpose, I am using JSON Schema for typing in Dojo and Persevere, and not just for validating existing JSON...
1239
Tatu Saloranta
cowtowncoder
Apr 28, 2009 5:56 am
... Ok. I did notice 'extends39; property (but only after sending email), which when combined with other pieces should allow for defining type structures? ... ...
1240
W
wain_mike
Apr 28, 2009 8:28 am
Hi all, I have been working on a new JSON Parser for FLEX. Called JSWOOF. The Library is fully complient with the JSON spec. and has been fully optimized for...
1241
Mark Ireland
akaidr4vr
Apr 28, 2009 5:15 pm
Is there some advantage to using "Action": ["SQS:SendMessage","SQS:ReceiveMessage"], that I cant see? Can I see an example of code getting keys and values from...
1242
Tatu Saloranta
cowtowncoder
Apr 28, 2009 5:23 pm
... That would be a question to ask Amazon Web Services developers... it may have something to do with their existing systems and formats (many xml based). But...
1243
Martin Cooper
mfncooper
Apr 28, 2009 6:24 pm
... Can you say some more about the way you tested performance against 'corelib39; (presumably as3corelib .92.1)? Apart from purely size, I'm interested in the ...
1244
W
wain_mike
Apr 28, 2009 8:34 pm
Testing was not done at a functional. For example i did not test my string-encoding function against core-libs string-encoding function, etc. but instead...
1245
Martin Cooper
mfncooper
Apr 29, 2009 3:31 am
... The reason I'm asking is because a JSON object with a flat 10,000 name / value pairs would illustrate different performance characteristics than 10,000...