Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,

Using Link i am getting Below Data from net. how to arrange data in data table please help me.

Below Data:
JavaScript
{"data":{"status":true,"leaderBoard":
[
{"causeName":"Animal Rights","totalNoOfSteps":3051,"totalNoOfPeople":19},
{"causeName":"Women's Rights","totalNoOfSteps":1079,"totalNoOfPeople":11},
{"causeName":"Against Child Labor","totalNoOfSteps":985,"totalNoOfPeople":16},{"causeName":"Against Pollution","totalNoOfSteps":691,"totalNoOfPeople":15},{"causeName":"Recycling & Conservation","totalNoOfSteps":454,"totalNoOfPeople":7},{"causeName":"Fight against Corruption","totalNoOfSteps":364,"totalNoOfPeople":10},{"causeName":"Global Warming","totalNoOfSteps":337,"totalNoOfPeople":12},
{"causeName":"Health & Fitness","totalNoOfSteps":31,"totalNoOfPeople":5},
{"causeName":"Save the Tiger","totalNoOfSteps":28,"totalNoOfPeople":6},
{"causeName":"Against Global Warming","totalNoOfSteps":5,"totalNoOfPeople":3}]}}

I need out put like this(Below) please help me. Sorry for grammar mistakes.
Causename          TotalNoofSteps        TotalNoofpeople
Animal Rights        3051                     19
Womens Rights        1079                     11
.
.
.


Thanks
Aravind
Posted
v2

1 solution

Refer the below examples. They might help you.

1. How to convert json into datatable?[^].
2. How to convert Json to DataTable in C#[^].
 
Share this answer
 

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