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...
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...
... 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...
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...
... 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...
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...
... 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...
... 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...
... Ok. I did notice 'extends' property (but only after sending email), which when combined with other pieces should allow for defining type structures? ... ...
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...
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...
... 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...
... Can you say some more about the way you tested performance against 'corelib' (presumably as3corelib .92.1)? Apart from purely size, I'm interested in the ...
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...
... 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...
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...
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...