The Json payload I am using is return each record in a column as an array. How can I split this out so that each complete record is in a single row for an HTML Table?
{
"accessionNumber": [
"0001731122-21-001488",
"0001731122-21-001402",
"0001731122-21-001368"
],
"filingDate": [
"2021-09-10",
"2021-08-17",
"2021-08-16"
],
"reportDate": [
"2021-09-08",
"2021-08-16",
"2021-08-12"
],
"acceptanceDateTime": [
"2021-09-10T12:27:43.000Z",
"2021-08-17T17:10:34.000Z",
"2021-08-16T16:18:54.000Z"
],
"act": [
"33",
"34",
"34"
],
"form": [
"10-Q",
"8-K",
"424B3"
],
"fileNumber": [
"333-252569",
"001-38545",
"001-38545"
],
"filmNumber": [
"211168858",
"211168187",
"211153230"
],
"items": [
"2.02,9.01",
"2.02,9.01",
"2.01,7.01,9.01"
],
"size": [
4923,
8184,
7394
],
"isXBRL": [
0,
1,
1
],
"isInlineXBRL": [
0,
1,
1
],
"primaryDocument": [
"e3017_424b3.htm",
"lhi-20210630.htm",
"e3006_8-k.htm"
],
"primaryDocDescription": [
"10-Q",
"FORM 8-K"
"FORM 424B3"
]
}