I am using FQL to retrieve data from graph API and here is the output
{ "data": [
{
"value": 74
},
{
"value": 131
},
{
"value": 167
},
{
"value": 114
},
{
"value": 49
} }
How can I store this data to a single column in SQL Server through C#??
Create the following C# classes for your jSON data:
If you are using webmethod: