"_meta":{"totalCount":17,"pageCount":1,"currentPage":1,"perPage":20}}im new to programming and i need help in
retrieving the results from the webapi to my textview on xamarin?? this is the WEBAPI address : http://api.iolab.net/v1/exams?access-token=
need help.

Bhuvanesh MohankumarPosted May 4, 2016, 6:06 AM
Hi Chioma,
Please modify the response to the proper Json format.
var validJsonData = data.replace(/[^a-z0-9\s",{}:[]"]/gi, '').replace(/[_\s]/g, ' ');
Chioma JoshuaPosted May 5, 2016, 6:23 AM
Bhuvanesh MohankumarPosted May 5, 2016, 6:14 AM
You can also check for the "HTTPCollectionKeys",as I searched this is due to some settings issue the error mayoccurred.
Chioma JoshuaPosted May 5, 2016, 5:59 AM
Bhuvanesh MohankumarPosted May 5, 2016, 5:52 AM
Can you add this line in your configuration file [Web.config]
Chioma JoshuaPosted May 5, 2016, 5:44 AM
Bhuvanesh MohankumarPosted May 5, 2016, 5:34 AM
Thanks Chioma,
I believe this is due to the object may not available or disposed before you access that.
Chioma JoshuaPosted May 5, 2016, 4:44 AM
Chioma JoshuaPosted May 4, 2016, 5:19 AM
Bhuvanesh MohankumarPosted May 4, 2016, 4:00 AM