... problem using Script Debugger. It was reported in the Rails Bug ... Interesting. Prototype contains a known bug which is trivial to fix, and they are...
Sorry I didn't reply sooner. Hopefully you have already solved the problem. If not... I think you would want code more like this (untested!): JSONArray...
Just a reminder about my Java-based JSON parser in the Files section (json-lib-1_0_1.zip). It uses the Java types to represent JSON types so there's no custom...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the json group. File :...
json@yahoogroups.com
May 29, 2007 5:16 pm
801
I'm proud to announce that MJSON v0.3 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...
JSONER v1.24 available now JSONER provides open-source solution for improving your web technologies that allow developers to easily and quickly build rich JSON...
http://www.progdigy.com/modules.php?name=jsontoolkit JSON toolkit is compatible with Delphi and Freepascal(win32/64 linux32/64). Features: - Parse/write JSON...
Hi, Thanks to Douglas for the invite to the group. I'm glad I could be helpful :) Now I'm having difficulties using http://jslint.com on my JSON data due to...
JSLint can now be used to verify JSON. It no longer complains if member names in object literals are quoted. If the first token it sees is [ or { then it uses...
Safari's regular expression engine performs horribly on regular expressions on large texts. Tobie Langel suggested a workaround for parseJSON by splitting the...
PowerShell version 1.0 has no Cmdlet to import/convert JSON-formatted data. I have posted an open source PowerShell Script, C# implementation and Cmdlet SnapIn...
Douglas Finke
finked@...
Jun 20, 2007 11:01 pm
813
The JSON.org page is now available in Slovenian. http://json.org/json-sl.html...
I am trying to work some examples from http://www.devpro.it/JSON/files/JSON-js.html and I keep getting an error "JSON is not defined." Do I have to declaire...
... an ... someware? Here ... src="json.js"></script> ... Thank you for the information, I guess that I need to read better. Here is the biggest question that...
... <cut> ... the var test is already an object. It's an object with one array which holds 4 objects. var str = "{'output':['name':'Michelle']}"; would make a...
... better. ... string ... I am new to some of this so I might not be clear, I am woking with ajax and I am getting a string returned from another webpage that...
I am new to some of this so I might not be clear, I am woking with ... I think you might be looking for eval(). Here is what I do with my json requests: {...
... I do an ... pretty new ... Hi Guys, That would mean that you are letting javascript evaluating possible unsafe json... thats why you should either use...