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

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 640 - 669 of 1409   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
640
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...
shalini israni
i_dint_get_t...
Offline Send Email
Jan 1, 2007
10:25 am
641
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...
Atif Aziz
azizatif
Offline Send Email
Jan 1, 2007
11:50 pm
642
... 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...
Josh Sled
joshsled
Offline Send Email
Jan 2, 2007
5:38 pm
643
... [...] ... 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...
Josh Sled
joshsled
Offline Send Email
Jan 2, 2007
5:57 pm
644
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...
shiju pc
shijupc123
Offline Send Email
Jan 5, 2007
9:11 am
645
... Douglas, is there a particular reason for not including milliseconds in json.js? Thanks, Peter -- Fork JavaScript: http://forkjavascript.org...
Peter Michaux
petermichaux
Offline Send Email
Jan 7, 2007
2:22 am
646
... 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...
Douglas Crockford
douglascrock...
Offline Send Email
Jan 7, 2007
5:26 am
647
... I'm sorry for bothering you, sir. Thank you for your answer. I'll go back to my corner now. Peter...
Peter Michaux
petermichaux
Offline Send Email
Jan 7, 2007
5:52 am
648
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 ...
shalini israni
i_dint_get_t...
Offline Send Email
Jan 8, 2007
3:51 am
649
hmmnnn...I'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...
shalini israni
i_dint_get_t...
Offline Send Email
Jan 9, 2007
10:28 am
650
The parseJSON method currently takes a filter function parameter. It will be invoked for every name/value in the structure. myData = text.parseJSON(function...
Douglas Crockford
douglascrock...
Offline Send Email
Jan 10, 2007
7:33 pm
651
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...
Michael Schwarz
schwarz_inte...
Offline Send Email
Jan 10, 2007
8:26 pm
652
... 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...
Peter Michaux
petermichaux
Offline Send Email
Jan 10, 2007
8:59 pm
653
... Calling it "filter" may cause a namespace problem? <URL: http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Objects:Array:filter> Peter...
Peter Michaux
petermichaux
Offline Send Email
Jan 10, 2007
10:56 pm
654
... 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...
Peter Michaux
petermichaux
Offline Send Email
Jan 11, 2007
7:15 am
655
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 -...
Michael Schwarz
schwarz_inte...
Offline Send Email
Jan 11, 2007
2:23 pm
656
... milliseconds ... But ... system's ... time it ... milliseconds ... whose ... time. ... sent to ... applications ... The date object may be historical data...
geoffreyk00
Offline Send Email
Jan 11, 2007
3:33 pm
657
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....
ljmiller8649
Online Now Send Email
Jan 11, 2007
3:46 pm
658
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...
Peter Michaux
petermichaux
Offline Send Email
Jan 11, 2007
10:27 pm
659
... This isn't a JSON question. It is a JavaScript question. n.toFixed(2)...
Douglas Crockford
douglascrock...
Offline Send Email
Jan 11, 2007
10:39 pm
660
... \n\r\t])+?$/.test('{"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...
Douglas Crockford
douglascrock...
Offline Send Email
Jan 11, 2007
10:48 pm
661
Are people on this list checking out Adobes Spry? (I ask because it seems to use json.data.recordSets) ...
Mark Ireland
akaidr4vr
Offline Send Email
Jan 12, 2007
5:27 am
662
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...
mark
cosmic_civilian
Offline Send Email
Jan 16, 2007
1:10 am
663
What test do you do to show that your string is not a JSON object? ... _________________________________________________________________ Advertisement: Meet...
Mark Ireland
akaidr4vr
Offline Send Email
Jan 16, 2007
5:06 am
664
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 ......
mark
cosmic_civilian
Offline Send Email
Jan 16, 2007
5:37 am
665
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, ...
Prathapnirmal
pradhapnirmal
Offline Send Email
Jan 16, 2007
8:31 am
666
... JSON ... object fine. ... An example of the use of JSON cookies can be found at http://www.JSLint.com/index.html...
Douglas Crockford
douglascrock...
Offline Send Email
Jan 16, 2007
2:09 pm
667
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...
genzoeri
Offline Send Email
Jan 16, 2007
3:00 pm
668
Why not simply use the parseJSON function? var myObject = myJSONtext.parseJSON(filter); (see : http://www.json.org/js.html for more detailed example and ...
crzy4c
Offline Send Email
Jan 16, 2007
5:16 pm
669
Can we see the string? ... _________________________________________________________________ Advertisement: It's simple! Sell your car for just $20 at...
Mark Ireland
akaidr4vr
Offline Send Email
Jan 16, 2007
10:07 pm
Messages 640 - 669 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