Search the web
Sign In
New User? Sign Up
json · JSON JavaScript Object Notation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 794 - 823 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
794
... 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...
Douglas Crockford
douglascrock...
Offline Send Email
May 1, 2007
1:17 pm
795
The JSON.org page is now available in Polish. http://json.org/json-pl.html...
Douglas Crockford
douglascrock...
Offline Send Email
May 9, 2007
2:04 pm
796
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...
Kevin Smith
kevinbsmith
Online Now Send Email
May 13, 2007
5:57 pm
797
The JSON.org page is now available in Indonesian. http://json.org/json-id.html...
Douglas Crockford
douglascrock...
Offline Send Email
May 21, 2007
2:15 pm
798
Hi all - First message to the group, thanks for the invitation Doug. I recently put together a C# library that's available at ...
Jeff Rodenburg
json_jeffro
Offline Send Email
May 22, 2007
7:11 pm
799
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...
Shawn Silverman
shawnsilverman
Offline Send Email
May 29, 2007
5:10 pm
800
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
Send Email
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...
rui.maciel
Offline Send Email
May 30, 2007
2:32 pm
802
The JSON.org page is now available in Greek. http://json.org/json-el.html...
Douglas Crockford
douglascrock...
Offline Send Email
Jun 2, 2007
2:21 pm
803
Alistair Braidwood suggested a way to make toJSONString 25% faster by improving the way it handles commas. http://www.JSON.org/json.js...
Douglas Crockford
douglascrock...
Offline Send Email
Jun 11, 2007
2:25 pm
804
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...
Alexey Luchkovsky
luchkovsky
Offline Send Email
Jun 11, 2007
2:41 pm
805
<http://www.soft-amis.com/jsoner/index.html.> http://www.soft-amis.com/jsoner/index.html. "Page not found"...? _____ From: json@yahoogroups.com...
António Cruz
logus2k
Offline Send Email
Jun 11, 2007
3:03 pm
806
perhaps without the dot? http://www.soft-amis.com/jsoner/index.html Good stuff btw! ... Of Alexey ... amis.com/jsoner/index.html....
marcrbraincast
Offline Send Email
Jun 11, 2007
4:41 pm
807
JSONER page on SoftAMIS: http://www.soft-amis.com/jsoner/index.html (without the dot after index.html) JSONER page on SourceForge:...
Alexey Luchkovsky
luchkovsky
Offline Send Email
Jun 11, 2007
4:53 pm
808
http://www.progdigy.com/modules.php?name=jsontoolkit JSON toolkit is compatible with Delphi and Freepascal(win32/64 linux32/64). Features: - Parse/write JSON...
hgourvest
Offline Send Email
Jun 11, 2007
4:58 pm
809
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...
alistair_braidwood
alistair_bra...
Offline Send Email
Jun 12, 2007
1:41 pm
810
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...
Douglas Crockford
douglascrock...
Offline Send Email
Jun 13, 2007
5:09 pm
811
Safari's regular expression engine performs horribly on regular expressions on large texts. Tobie Langel suggested a workaround for parseJSON by splitting the...
Douglas Crockford
douglascrock...
Offline Send Email
Jun 20, 2007
7:00 am
812
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@...
Send Email
Jun 20, 2007
11:01 pm
813
The JSON.org page is now available in Slovenian. http://json.org/json-sl.html...
Douglas Crockford
douglascrock...
Offline Send Email
Jun 20, 2007
11:04 pm
814
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...
timgerr
Offline Send Email
Jun 27, 2007
4:09 pm
815
... The page reads: Dependencies JSONError.js I guess you need that file included too......
marcrbraincast
Offline Send Email
Jun 27, 2007
4:43 pm
816
... 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...
timgerr
Offline Send Email
Jun 27, 2007
4:53 pm
817
... <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...
marcrbraincast
Offline Send Email
Jun 27, 2007
5:11 pm
818
woops... ... var str = "{'output':[{'name':'Michelle'}]}"; would make a string......
marcrbraincast
Offline Send Email
Jun 27, 2007
5:15 pm
819
... 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...
timgerr
Offline Send Email
Jun 27, 2007
6:04 pm
820
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: {...
Dan Joseph
djoseph9336
Offline Send Email
Jun 27, 2007
7:46 pm
821
... 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...
marcrbraincast
Offline Send Email
Jun 27, 2007
7:58 pm
822
For a smaller jsObject can there be a json variable like this: {"totalItems":40, "itemsFound":2, "UNIQUEIDS":["js63013","js63009"], ...
Mark Ireland
akaidr4vr
Offline Send Email
Jun 28, 2007
4:53 am
823
... "UNIQUEIDS":["js63013","js63009"], ... ...
marcrbraincast
Offline Send Email
Jun 28, 2007
6:31 am
Messages 794 - 823 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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