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...
802
Douglas Crockford
douglascrock...
Jun 2, 2007 2:21 pm
The JSON.org page is now available in Greek. http://json.org/json-el.html...
803
Douglas Crockford
douglascrock...
Jun 11, 2007 2:25 pm
Alistair Braidwood suggested a way to make toJSONString 25% faster by improving the way it handles commas. http://www.JSON.org/json.js...
804
Alexey Luchkovsky
luchkovsky
Jun 11, 2007 2:41 pm
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...
805
António Cruz
logus2k
Jun 11, 2007 3:03 pm
<http://www.soft-amis.com/jsoner/index.html.> http://www.soft-amis.com/jsoner/index.html. "Page not found"...? _____ From: json@yahoogroups.com...
806
marcrbraincast
Jun 11, 2007 4:41 pm
perhaps without the dot? http://www.soft-amis.com/jsoner/index.html Good stuff btw! ... Of Alexey ... amis.com/jsoner/index.html....
807
Alexey Luchkovsky
luchkovsky
Jun 11, 2007 4:53 pm
JSONER page on SoftAMIS: http://www.soft-amis.com/jsoner/index.html (without the dot after index.html) JSONER page on SourceForge:...
808
hgourvest
Jun 11, 2007 4:58 pm
http://www.progdigy.com/modules.php?name=jsontoolkit JSON toolkit is compatible with Delphi and Freepascal(win32/64 linux32/64). Features: - Parse/write JSON...
809
alistair_braidwood
alistair_bra...
Jun 12, 2007 1:41 pm
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...
810
Douglas Crockford
douglascrock...
Jun 13, 2007 5:09 pm
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...
811
Douglas Crockford
douglascrock...
Jun 20, 2007 7:00 am
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...
813
Douglas Crockford
douglascrock...
Jun 20, 2007 11:04 pm
The JSON.org page is now available in Slovenian. http://json.org/json-sl.html...
814
timgerr
Jun 27, 2007 4:09 pm
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...
815
marcrbraincast
Jun 27, 2007 4:43 pm
... The page reads: Dependencies JSONError.js I guess you need that file included too......
816
timgerr
Jun 27, 2007 4:53 pm
... 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...
817
marcrbraincast
Jun 27, 2007 5:11 pm
... <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...
818
marcrbraincast
Jun 27, 2007 5:15 pm
woops... ... var str = "{'output':[{'name39;:'Michelle39;}]}"; would make a string......
819
timgerr
Jun 27, 2007 6:04 pm
... 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...
820
Dan Joseph
djoseph9336
Jun 27, 2007 7:46 pm
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: {...
821
marcrbraincast
Jun 27, 2007 7:58 pm
... 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...
822
Mark Ireland
akaidr4vr
Jun 28, 2007 4:53 am
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...
826
Don Owens
regexman
Jun 28, 2007 4:05 pm
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...
827
Mark Ireland
akaidr4vr
Jun 28, 2007 11:22 pm
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...
828
marcrbraincast
Jun 29, 2007 7:07 am
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...
829
Douglas Crockford
douglascrock...
Jul 3, 2007 4:10 am
The JSON.org page is now available in Portuguese. http://json.org/json-pt.html...
830
rui.maciel
Jul 3, 2007 9:18 pm
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...