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,...
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....
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...
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...
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...
... 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...
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...