0

http://www.bidapene.com/system/Mobile/json_newdata.php?data={"action":"login","mailID":"abc@gmail","pass":"admin"}

how to parse above url in json

Chirag S
  • 364
  • 3
  • 12
  • possible duplicate of [enabling iPhone to fetch and parse JSON?](http://stackoverflow.com/questions/6020653/enabling-iphone-to-fetch-and-parse-json) – deanWombourne May 26 '11 at 15:23

1 Answers1

1

You can use a JSON Parser framework like this one.

sergio
  • 68,819
  • 11
  • 102
  • 123