I think in terms of associative arrays, so maybe your cookie needs a key? ... _________________________________________________________________ Advertisement:...
679
mark
cosmic_civilian
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
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...
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
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
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
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...
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
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
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
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
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
Jan 18, 2007 6:06 pm
... From Garrett's article "The name is shorthand for Asynchronous JavaScript + XML" Peter...
691
Todd Kingham
toddkingham
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@...
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...
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...
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...
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...
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
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": [ {"ircEvent":...
698
shalini israni
i_dint_get_t...
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
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...
700
genzoeri
Jan 19, 2007 11:46 pm
AJAX is not specific to a particular programming language, data exchange format, or network communications. So when we use json as data exchange format, we...
701
Stephen M. McKamey
stephen.mckamey
Jan 22, 2007 8:03 am
I just updated the JsonML UI builder script to allow a filter callback similar to the JSON filter. The usefulness here is that as a DOM tree is built out from...
702
Douglas Crockford
douglascrock...
Jan 22, 2007 4:28 pm
A new JSONConnector in Flash. http://www.adobe.com/cfusion/exchange/index.cfm?view=sn111&extid=1078469...
703
chaidb_corner
Jan 22, 2007 11:21 pm
We posted our open source project named JSON-Cache on SourceForge and www.chaidb.org. JSON-Cache is developed to provide the persistence and cache solution for...
704
Peter Michaux
petermichaux
Jan 25, 2007 7:09 am
Hi, To get the hook function to descend into deeper parts of the JSON structure in Opera 8.x I had to remove the following from the hook funciton if...
705
zakasbanda
Jan 27, 2007 2:40 am
Hi Guys I am really new to AJAX/JSON world. This is the first time we are trying to use DOJO/JSON in our application. We would like to keep the JSON/JAVA...
706
Stephen M. McKamey
stephen.mckamey
Jan 31, 2007 12:06 am
It might be that Opera 8.x doesn't support that method (I don't have it on this machine to check). You can add an equivalent method by putting this before the...
707
Adrian
relic1983
Feb 3, 2007 1:55 am
I can't download the jsoncpp from the sourceforge because it seems that the files have been removed. So, wondering where I can find the jsoncpp ? Thanks!...