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...
1246
W
wain_mike
Apr 29, 2009 7:23 pm
Any entity that could be nested had to be tested rigorously as this type of structuring naturally slows down processing. The project i originally designed...
1247
Guillaume Filion
gfk08
May 4, 2009 10:27 pm
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...
1248
Gene Berger
corneranalyst
May 6, 2009 1:15 am
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...
1249
Brian Lopez
gislobber
May 6, 2009 2:36 am
Hey everyone, Just wanted to announce my new ruby C bindings to Yajl creatively called: yajl-ruby ;) The sources are up on Github for now at...
1250
Tyler Close
tjclose
May 7, 2009 5:43 pm
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...
1251
Kris Zyp
kriszyp
May 7, 2009 5:52 pm
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...
1252
Guillaume Filion
gfk08
May 7, 2009 6:18 pm
... 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...
1253
Tyler Close
tjclose
May 7, 2009 6:47 pm
... Thanks! ... The implementation currently supports GET and POST to an arbitrary URL with an arbitrary JSON request entity and an arbitrary JSON response ...
1254
rui.maciel
May 7, 2009 11:12 pm
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...
1255
nic.volanschi
May 11, 2009 9:52 pm
... The most similar technology is LINQ, which for JavaScript translates as JSLINQ (http://jslinq.codeplex.com/). But you may take a look to...
1256
nic.volanschi
May 11, 2009 10:23 pm
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...
1257
lhilaiel
May 14, 2009 3:43 pm
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...
1258
Andrea Giammarchi
an_red...
May 27, 2009 1:27 pm
(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...