How to load the JSON data into a data table with proper column name?
I want to know how to load a file with the following JSON data. {
"ErrorCode": 0,
"ResultSets": [
{
"ColName": [
"date",
"name",
"ZQDM",
"sc",
"content"
],
"Content": [
[
"20230428",
"*ST和科",
"002816",
0,
"由和科达变为*ST和科"
],
[
"20230428",
"*ST
...