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...
812
Douglas Finke
finked@...
Jun 20, 2007 11:01 pm
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...
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':['name39;:'Michelle39;]}"; 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...
For a smaller jsObject can there be a json variable like this: {"totalItems":40, "itemsFound":2, "UNIQUEIDS":["js63013","js63009"], ...
Do you mean the other way around? I.e., using unquoted keys? The JSON spec says that the keys must be quoted. The reason for this is that there is a bug in...
Yes, via the parseJSON method called on a string (see http://www.json.org/json.js). Don't use eval() unless the JSON is from a trusted source, i.e., you know...
Somewhat smaller? I was thinking a large object would be shrunk by half because there would be no repetition of the columnnames everywhere. . ... And I thought...
Okay, fair enough... it will get smaller... You could indeed loose the list of columns and even the UNIQUEIDS and the totalItems... Not sure what the...
I'm proud to announce that MJSON v0.4 has been released! MJSON is Maciel's JSON parser, a small light-weight library that handles documents written in the JSON...
I've just posted a new JSON editor that let's you view and edit JSOn from a tree view here: http://www.thomasfrank.se/json_editor.html I hope it might be of...