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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 670 - 699 of 1968   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
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...
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]...
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...
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...
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]...
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...
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...
677 Martin Cooper
mfncooper Send Email
Jan 17, 2007
8:15 pm
... Um, no, it's not. The technology behind JSON is a subset of JavaScript syntax, and nothing more. AJAX has nothing to do with JSON except insofar as you can...
678 Mark Ireland
akaidr4vr Send Email
Jan 17, 2007
10:13 pm
I think in terms of associative arrays, so maybe your cookie needs a key? ... _________________________________________________________________ Advertisement:...
679 mark
cosmic_civilian Send Email
Jan 17, 2007
10:54 pm
what do you mean by that? i set it with a key and retrieve it with the same key. ... [Non-text portions of this message have been removed]...
680 shiju pc
shijupc123 Send Email
Jan 18, 2007
9:15 am
Dear friends of JSON group memebers, I have a problem in JSON. We know that each JSON files contains object followed with Name:Value pairs. My problem is to...
681 shalini israni
i_dint_get_t... Send Email
Jan 18, 2007
12:15 pm
http://www.econym.demon.co.uk/googlemaps/basic12.htm http://www.developer.com/lang/jscript/article.php/10939_3596836_1 above links may help u... Also, If u are...
682 shiju pc
shijupc123 Send Email
Jan 18, 2007
3:26 pm
hi Friends, Thanks for your response.. I checked the link you have send earlier. Thanks for your help. Anyway I am looking for a good parser for JSON files. I...
683 Peter Michaux
petermichaux Send Email
Jan 18, 2007
4:25 pm
... There are many parsers for different languages on the JSON page <URL: http://json.org/> Peter...
684 Jesse Skinner
jessephrenic Send Email
Jan 18, 2007
4:38 pm
... If you're looking for a JSON parser written in JavaScript, nothing beats the eval() function. For example: var json = '{"one": "foo", "two": "bar"}'; var...
685 Douglas Crockford
douglascrock... Send Email
Jan 18, 2007
4:50 pm
... insofar as ... but at ... It's all Ajax. Ajax is the ability to produce interactive web applications that do not depend exclusively on page replacement....
686 Martin Cooper
mfncooper Send Email
Jan 18, 2007
4:59 pm
... Please tell us where you have already looked, so that we don't repeat them for you. You have done a Google search, right? And looked on the JSON home page?...
687 Martin Cooper
mfncooper Send Email
Jan 18, 2007
5:31 pm
... Says you. But the X in AJAX stands for XML, not a variable, and the article you quote is very clear about that. Whether he knew about JSON at the time is...
688 Peter Michaux
petermichaux Send Email
Jan 18, 2007
5:41 pm
... I agree with Douglas but I think I know where the confusion lies. In Garrett's article "Ajax incorporates . . . data interchange and manipulation using XML...
689 Ken Robinson
kenrbnsn Send Email
Jan 18, 2007
5:56 pm
... I hate to burst your bubble. Actually the "X" stands for "XMLHttpRequest" as is mentioned in one the answers that follows the article. Did you read the...
690 Peter Michaux
petermichaux Send Email
Jan 18, 2007
6:06 pm
... From Garrett's article "The name is shorthand for Asynchronous JavaScript + XML" Peter...
691 Todd Kingham
toddkingham Send Email
Jan 18, 2007
6:23 pm
"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 nothing but...
692 Mikeal Rogers
mikeal@... Send Email
Jan 18, 2007
7:17 pm
Section 2.2 is short enough I might as well just paste it. 2.2. Objects An object structure is represented as a pair of curly brackets surrounding zero or more...
693 Douglas Crockford
douglascrock... Send Email
Jan 18, 2007
9:29 pm
... From the introduction of the RFC: An object is an unordered collection of zero or more name/value pairs, where a name is a string and a value is a string,...
694 Douglas Crockford
douglascrock... Send Email
Jan 19, 2007
12:12 am
http://www.developer.com/java/other/article.php/3653881 It is an honor just to be nominated....
695 Douglas Crockford
douglascrock... Send Email
Jan 19, 2007
12:20 am
... Said Garrett in his presentations at The Ajax Experience in San Francisco and at AjaxWorld in Santa Clara last year....
696 shalini israni
i_dint_get_t... Send Email
Jan 19, 2007
4:08 am
Go with the Javascript eval() function.... i think that is your answer.... ... -- Shalini [Non-text portions of this message have been removed]...
697 shiju pc
shijupc123 Send Email
Jan 19, 2007
4:58 am
Hi Memebers of JSON, Thnk you for your kind response. But I am strugging on the same problem.. My File is something like that {"bindings&quot;: [ {"ircEvent&quot;:...
698 shalini israni
i_dint_get_t... Send Email
Jan 19, 2007
8:26 am
I don't know if u looked at this http://www.json.org/json.js ....copy and paste this full thing into a file named json.js and this link ...
699 genzoeri Send Email Jan 19, 2007
9:10 am
I think when ajax using json as data interchange format, it's still ajax. -- Understanding Code is by far the activity at which professional developers spend...
Messages 670 - 699 of 1968   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