Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
Question39921337 convert-json-array-to-datatable-asp-net by dbc_MinLength
Json.NET version: Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
Original JSON: 
{"records":[{"record":{"Ch_ID":"27","User_id":"1","Ch_Name":"test1","Ch_Description":"test1description","Ch_Starttime":""}},{"record":{"Ch_ID":"29","User_id":"1","Ch_Name":"w","Ch_Description":"ww","Ch_Starttime":"12"}},{"record":{"Ch_ID":"30","User_id":"1","Ch_Name":"qq","Ch_Description":"qqqdescription","Ch_Starttime":"1222"}},{"record":{"Ch_ID":"31","User_id":"1","Ch_Name":"v","Ch_Description":"vv","Ch_Starttime":"1"}},{"record":{"Ch_ID":"32","User_id":"1","Ch_Name":"n","Ch_Description":"nnnn","Ch_Starttime":"111"}}]} 

Re-serialized data table: 
[
  {
    "Ch_ID": "27",
    "User_id": "1",
    "Ch_Name": "test1",
    "Ch_Description": "test1description",
    "Ch_Starttime": ""
  },
  {
    "Ch_ID": "29",
    "User_id": "1",
    "Ch_Name": "w",
    "Ch_Description": "ww",
    "Ch_Starttime": "12"
  },
  {
    "Ch_ID": "30",
    "User_id": "1",
    "Ch_Name": "qq",
    "Ch_Description": "qqqdescription",
    "Ch_Starttime": "1222"
  },
  {
    "Ch_ID": "31",
    "User_id": "1",
    "Ch_Name": "v",
    "Ch_Description": "vv",
    "Ch_Starttime": "1"
  },
  {
    "Ch_ID": "32",
    "User_id": "1",
    "Ch_Name": "n",
    "Ch_Description": "nnnn",
    "Ch_Starttime": "111"
  }
]
Cached Result
Last Run: 8:22:27 pm
Compile: 0.237s
Execute: 0.173s
Memory: 805.44kb
CPU: 0.297s