for(key in myJSONobject) {
  var value = myJSONobject[key];
}

should get you started ...

On Dec 19, 2007 11:00 AM, Mathieu Dumais-Savard <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> I have no problem using jSON so far except that I am looking for a way
> to "browse" the items sent from the server to the client in such
> fashion:
>
> foreach key (keys myJSONobject) {
>  var value = (myJSONobject[keys]) ;
> }
>
> Any hint?
>
> Thanks!
>



-- 
--
Scott Trudeau
scott.trudeau AT gmail DOT com
http://sstrudeau.com/
AIM: sodthestreets

Reply via email to