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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 640 - 669 of 1958   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
640 shalini israni
i_dint_get_t... Send Email
Jan 1, 2007
10:25 am
I faced a similar problem....but i am using Java... http://www.json.org/javadoc/org/json/XML.html presents a class which is a part of a downloadable API which...
641 Atif Aziz
azizatif Send Email
Jan 1, 2007
11:50 pm
The human-readable aspect of JSON is all well and good in theory, but turns out to be a mute point in practice. Most JSON producers in the current web...
642 Josh Sled
joshsled Send Email
Jan 2, 2007
5:38 pm
... I did a similar thing; the attached HTML page is a stand-alone (html + javascript) page which contains a text area into which you can paste json; on submit...
643 Josh Sled
joshsled Send Email
Jan 2, 2007
5:57 pm
... [...] ... Pfft. Thanks, Yahoo Groups... http://asynchronous.org/2006/json.html.tar.gz is what I'd attached. It's archived and compressed in an attempt to...
644 shiju pc
shijupc123 Send Email
Jan 5, 2007
9:11 am
Hi Dear Group Members of Json, First of all, I am sending the warm regards to JSON Group members of the New year. And I am a newcomer in JSON groups. And dear...
645 Peter Michaux
petermichaux Send Email
Jan 7, 2007
2:22 am
... Douglas, is there a particular reason for not including milliseconds in json.js? Thanks, Peter -- Fork JavaScript: http://forkjavascript.org...
646 Douglas Crockford
douglascrock... Send Email
Jan 7, 2007
5:26 am
... in json.js? You have the source, you can put them in any time you want to. But first, let me ask you a question: How confident that your system's clock has...
647 Peter Michaux
petermichaux Send Email
Jan 7, 2007
5:52 am
... I'm sorry for bothering you, sir. Thank you for your answer. I'll go back to my corner now. Peter...
648 shalini israni
i_dint_get_t... Send Email
Jan 8, 2007
3:51 am
Hi, Happy new year to u too... Could u explain what ur problem in finer detail? Until then u could look at http://www.json.org/ Regards ... -- Shalini ...
649 shalini israni
i_dint_get_t... Send Email
Jan 9, 2007
10:28 am
hmmnnn...I&#39;m sorry i'm not aware of JSON files... i'll let u know if i hit upon anything... ... -- Shalini [Non-text portions of this message have been...
650 Douglas Crockford
douglascrock... Send Email
Jan 10, 2007
7:33 pm
The parseJSON method currently takes a filter function parameter. It will be invoked for every name/value in the structure. myData = text.parseJSON(function...
651 Michael Schwarz
schwarz_inte... Send Email
Jan 10, 2007
8:26 pm
Hi Douglas, as I can remember you wrote some weeks ago that parseJSON will be added, too, I would say yes, and I like the filter method more than using...
652 Peter Michaux
petermichaux Send Email
Jan 10, 2007
8:59 pm
... Would this general purpose filter as a property of Object.prototype be instead of or in addition to the argument to parseJSON? Could filter take a second...
653 Peter Michaux
petermichaux Send Email
Jan 10, 2007
10:56 pm
... Calling it "filter" may cause a namespace problem? <URL: http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Objects:Array:filter> Peter...
654 Peter Michaux
petermichaux Send Email
Jan 11, 2007
7:15 am
... A date object is not necessarily constructed with no arguments sent to the Date constructor. It could very well be that in some applications the...
655 Michael Schwarz
schwarz_inte... Send Email
Jan 11, 2007
2:23 pm
It looks like the LINQ features in C# 3.0: http://tirania.org/blog/archive/2007/Jan-10.html ;) ... -- Best regards | Schöne Grüße Michael Microsoft MVP -...
656 geoffreyk00 Send Email Jan 11, 2007
3:33 pm
... milliseconds ... But ... system's ... time it ... milliseconds ... whose ... time. ... sent to ... applications ... The date object may be historical data...
657 ljmiller8649 Send Email Jan 11, 2007
3:46 pm
I'm new to JSON and want to format a number (e.g., 73.50) as a financial number. The "float" data type treats the number as 73.5 and drops the trailing zero....
658 Peter Michaux
petermichaux Send Email
Jan 11, 2007
10:27 pm
Hi, I just did some tests in some version of Netscape Navigator. The following fails in version <= 7.1 because the regular expression can't match the double...
659 Douglas Crockford
douglascrock... Send Email
Jan 11, 2007
10:39 pm
... This isn't a JSON question. It is a JavaScript question. n.toFixed(2)...
660 Douglas Crockford
douglascrock... Send Email
Jan 11, 2007
10:48 pm
... \n\r&#92;t])+?$/.test(&#39;{"a":3}') ... I don't know what was wrong with NN6. If I were to guess, it would be that it did not support the lazy quantifiers, *? and...
661 Mark Ireland
akaidr4vr Send Email
Jan 12, 2007
5:27 am
Are people on this list checking out Adobes Spry? (I ask because it seems to use json.data.recordSets) ...
662 mark
cosmic_civilian Send Email
Jan 16, 2007
1:10 am
I am trying to get JSON object from a JSON string in a cookie. When I convert the string read from cookie, i still get a string and not a JSON object. So i...
663 Mark Ireland
akaidr4vr Send Email
Jan 16, 2007
5:06 am
What test do you do to show that your string is not a JSON object? ... _________________________________________________________________ Advertisement: Meet...
664 mark
cosmic_civilian Send Email
Jan 16, 2007
5:37 am
i did : alert(typeof(json_text_string)) i got string as the type. and after i did an eval again i did this again for which i got the type as "object". mark ......
665 Prathapnirmal
pradhapnirmal Send Email
Jan 16, 2007
8:31 am
can we see the cookie string that you are trying to set? ... -- Web Applications Engineer Google Online India Pvt. Ltd. 7th Floor, Jayabheri Silicon Towers, ...
666 Douglas Crockford
douglascrock... Send Email
Jan 16, 2007
2:09 pm
... JSON ... object fine. ... An example of the use of JSON cookies can be found at http://www.JSLint.com/index.html...
667 genzoeri Send Email Jan 16, 2007
3:00 pm
Hii, I am newbie with json. after I read article in http://www.developer.com/lang/jscript/article.php/10939_3596836_2, I know that json is faster than xml. I...
668 crzy4c Send Email Jan 16, 2007
5:16 pm
Why not simply use the parseJSON function? var myObject = myJSONtext.parseJSON(filter); (see : http://www.json.org/js.html for more detailed example and ...
669 Mark Ireland
akaidr4vr Send Email
Jan 16, 2007
10:07 pm
Can we see the string? ... _________________________________________________________________ Advertisement: It's simple! Sell your car for just $20 at...
Messages 640 - 669 of 1958   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