... [...] ... Indeed. I would certainly use JSON if it contained cyclical structures. Maybe you could elaborate on this, maybe even show us some examples of...
Is there a way to ensure that key names and string values are represented as unicode objects by a JSON reader? Specifically, I'm using json-py in a context...
... Hi, Peter You have made an interesting case for the idea that strings read from JSON in python should be python unicode objects. For the time being, I...
I added some grammar to www.JSON.org to describe strings and numbers. This is not a change to the language. It is just completing the grammar so that it...
I just committed about half a JSON implementation into the parrot source tree (converting Parrot PMCs into JSON strings.) Conversion the other way will...
Hi all, Below is a note that I originally sent to the json-php list, but realize probably has broader applicability. In the past week, I released my JSON-based...
I am looking for a VB implementation of the JSON data format. I am talking about VB 6 not .NET preferably in native VB code so I don't have another DLL...
I haven't found one in my searches...., But I've considered writing one or at least starting one as a base point. Since vb doesn't support named arrays, I'm...
I am not aware of any VB6 implementation, but one of the interesting things you can do is use JavaScript directly from within VB6 without having to add any...
I just tried that on my machine and it threw a lovely warning from Norton about Possible Malicious scripts running (standard error, not something actually...
Hi Matt, Ah, yes, I don't have Norton software on my PC so I did not get that warning on my machine when running the code I posted. I can see how this would a...
I package up the data from a form, and send it to my servlet. This is what the servlet receives when I get the parameter. I don't know if there is a problem...
... This is an array with a single element, and that element is an object. Your original array, after you fixed the commas, was an array of objects. It looks...
... Hash: SHA1 ... Thank you for the response. I will look at it tomorrow to see if trying to pull the values out as a JSONObject will work. If I want it to be...
... Now you've got an array where each element is an array of one element, and that element is an object. You're no better off. Fundamentally, you need to...
Hi all, As I alluded to earlier this month (er...last month), I've been fooling around with the idea of using a JSON schema to automatically generate a user...
This is cool! I've been looking for a way to do something I call "socially constructed interfaces" and I think this may be a step in the right direction --...
... Thanks! I'm thinking the next step for this is to integrate it into wiki software, ala Wikidata: http://meta.wikimedia.org/wiki/Wikidata That would...