1

I am new to json.

I want to pass response to server through json and read result.

I want to pass data like as fallows to the given url

{"dataset": [{"fname":"fane", "Lname":"lname" } ]}

if any one know the solution please help me.

Thanks in advance.

kiran
  • 3,244
  • 7
  • 34
  • 57
  • What you wrote already is correct JSON. Are you looking for how to make a POST request? How to construct JSON programmatically? What? – Amadan Nov 29 '13 at 07:53
  • i want to pass info through post like the above format – kiran Nov 29 '13 at 07:57
  • can you explain it bit more? – Kailash Dabhi Nov 29 '13 at 08:31
  • i want to send data like {"dataset":[{"fane":"fname","lname":"lname"}]" this format.i don't know how to send like the above format to json service. – kiran Nov 29 '13 at 08:41
  • This post must help you [http://stackoverflow.com/questions/9605913/how-to-parse-json-in-android][1] [1]: http://stackoverflow.com/questions/9605913/how-to-parse-json-in-android – Raúl Monge Nov 29 '13 at 11:36

0 Answers0