If you use JSON from Javascript you access everything with dot-Notation:

obj = {myThing: 1, myOtherThing: "this is a test"}

var a = obj.myThing;
var b = obj.myOtherThing;

a.



On 05.04.10 10:15, "rim negra" <[email protected]> wrote:

> I need to know how Can I use the framework JSON in my application iphone in
> order to pasre my results of my  web services REST
> 
> I found the framwork JSON ..I downloaded it .. bit I don't Know how I will
> use it ?
>  is any one familier with this framework ?



-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to