Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

json · JSON JavaScript Object Notation

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 590
  • Category: Data Formats
  • Founded: Jul 19, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 802 - 831 of 1953   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
802 Douglas Crockford
douglascrock... Send Email
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... Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email 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... Send Email
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... Send Email
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... Send Email
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@... Send Email
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... Send Email
Jun 20, 2007
11:04 pm
The JSON.org page is now available in Slovenian. http://json.org/json-sl.html...
814 timgerr Send Email 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 Send Email Jun 27, 2007
4:43 pm
... The page reads: Dependencies JSONError.js I guess you need that file included too......
816 timgerr Send Email 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 Send Email 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':['name&#39;:'Michelle&#39;]}"; would make a...
818 marcrbraincast Send Email Jun 27, 2007
5:15 pm
woops... ... var str = "{'output':[{'name&#39;:'Michelle&#39;}]}"; would make a string......
819 timgerr Send Email 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 Send Email
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 Send Email 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 Send Email
Jun 28, 2007
4:53 am
For a smaller jsObject can there be a json variable like this: {"totalItems&quot;:40, "itemsFound&quot;:2, "UNIQUEIDS&quot;:["js63013","js63009&quot;], ...
823 marcrbraincast Send Email Jun 28, 2007
6:31 am
... "UNIQUEIDS&quot;:["js63013","js63009&quot;], ... ...
824 marcrbraincast Send Email Jun 28, 2007
6:37 am
... Planet ... ...
825 Don Owens
regexman Send Email
Jun 28, 2007
3:58 pm
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 Send Email
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 Send Email
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 Send Email 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... Send Email
Jul 3, 2007
4:10 am
The JSON.org page is now available in Portuguese. http://json.org/json-pt.html...
830 rui.maciel Send Email 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...
831 jthomaspfrank Send Email Jul 6, 2007
9:48 pm
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...
Messages 802 - 831 of 1953   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help