Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
https://stackoverflow.com/questions/65430927/how-to-convert-json-data-to-datatable by dbc_MinLength
Environment version: .NET 9.0.0 (9.0.0)
Newtonsoft.Json version: Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed

Success = True
gdata: 
[
  {
    "Customer": "C1",
    "ID": "11111",
    "Desc": "Row 1",
    "Price": "123456"
  },
  {
    "Customer": "C2",
    "ID": "22222",
    "Desc": "Row 2",
    "Price": "789012"
  },
  {
    "Customer": "C3",
    "ID": "33333",
    "Desc": "Row 3",
    "Price": "345678"
  }
]
Success = True
gdata: 
[
  {
    "Customer": "C1",
    "ID": "11111",
    "Desc": "Row 1",
    "Price": "123456"
  },
  {
    "Customer": "C2",
    "ID": "22222",
    "Desc": "Row 2",
    "Price": "789012"
  },
  {
    "Customer": "C3",
    "ID": "33333",
    "Desc": "Row 3",
    "Price": "345678"
  }
]
Cached Result
Last Run: 3:21:09 pm
Compile: 0.019s
Execute: 0.21s
Memory: 20.70Mb
CPU: 0.229s