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: 593
  • 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 647 - 676 of 1968   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
676 Tom Metro
tmetro+json@... Send Email
Jan 17, 2007
5:26 pm
... Remember that the X in AJAX stands for XML, so XML can also be used in the same way you described to avoid reloading web pages. The original poster wasn't...
675 genzoeri Send Email Jan 17, 2007
2:03 pm
I already see your example and read another article related with this comparation. I still don't know, how to compare speed between xml and json. Anyone know...
674 mark
cosmic_civilian Send Email
Jan 17, 2007
5:37 am
It definitely is a string, cos, when I try to access the list element [0], i just a character. mark ... [Non-text portions of this message have been removed]...
673 shijupc123 Send Email Jan 17, 2007
3:59 am
... Hi, I am sending some clarifications about the mail. Before you going to discuss the JSON's power, you must know about the technology behind it. It is...
672 Mark Ireland
akaidr4vr Send Email
Jan 17, 2007
3:54 am
Could it be that the typeof() function just isnt that clever? '{' means - could be an object? anything else ie '[' that is definitely not an array - could be a...
671 mark
cosmic_civilian Send Email
Jan 17, 2007
3:25 am
... I can not see an example. There is just a javascript validator? mark [Non-text portions of this message have been removed]...
670 mark
cosmic_civilian Send Email
Jan 17, 2007
1:30 am
it is a basically a list with 3 elements. first is an empty string. the next two are list with each 2 elements. this is what i got from mozilla firefox 2.0...
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...
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 ...
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...
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...
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, ...
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 ......
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...
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...
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) ...
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...
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)...
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...
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....
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...
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 -...
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...
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...
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...
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...
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...
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...
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 ...
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...
Messages 647 - 676 of 1968   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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