Click here to Skip to main content
15,902,299 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
{"Records":3,"errors":[],"Records":3,"ERROR":false,"Data":[
["name","address","other","10","20","107"],["name","address","other","10","20","107"],["name","address","other","10","20","107"]
]}




how can i convert it into C# DataSource ??
Posted
Comments
Sergey Alexandrovich Kryukov 14-Aug-15 11:02am    
Is it JSON?
—SA
satheeshk787 15-Aug-15 2:08am    
first time i hear about JSON data

can i use this data in C# forms.....

1 solution

Please see my comment to the question. It looks like JSON. If so, you first have to parse it. Please see my past answers:
haw to get data from Cloudant (json document)[^],
How To Convert object type to C# class object type[^],
how to conver multi level json data to C# Object?[^],
deseralize a json string array[^].

—SA
 
Share this answer
 
Comments
satheeshk787 14-Aug-15 11:31am    
a big thanks .......
Sergey Alexandrovich Kryukov 14-Aug-15 11:40am    
You are very welcome.
Good luck, call again.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900