how to make json on iphone using jquery -



how to make json on iphone using jquery -

i can utilize create json on web browser:

var json_string = json.stringify(array);

but , has not object named "json" on iphone ,

so can ?

thanks

check @ sbjson library here

it has 2 facility method:

one operating on nsobject (- (nsstring *)jsonrepresentation) transform them json nsstring one operating on nsstring (- (id)jsonvalue) create nsarray or nsdictionary json nsstring.

jquery iphone json

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -