JSON To Data Table
Converts JSON to a Data Table.

Input
| Name | Required | Description |
|---|---|---|
| JSON | The JSON string to convert to a DataTable | |
| Root Path | The JSON Path to the JSON node you want to iterate through | |
| Column Paths | The path to the columns you want to include in the Data Table. Leave empty to automatically generate Column Paths (Please note that this may not always be accurate) |
Output
Data Table The newly created data table.