How to convert json String to dictionary

From Json Contents
[
{
“Name”: “TASKNAME”,
“Asset”: “test code”,
“Description”: “test name or test code”
},
{
“Name”: “TASKNUMBER”,
“Asset”: “01”,
“Description”: “task number digit 2”
}
]

To Dicnary Or Datatable

Hi,

Can you try the following sample? This outputs datatable.

Sample20230210-1L.zip (2.8 KB)

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.