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
Post a Comment