Hi,
I want to consume the JSON data returned by RESTful webservice using Arduino Wi-Fi shield. can anyone please tell how to do this. My webservice would return data in the following format
[
{
"id" : 1,
"name" : "wires"
},
{
"id" : 2,
"name" : "Couplings"
}
]
quick response is appreciated.
Regards,
Hema