Create a Table from JSON
Creates a table from JSON input.
Last updated
Was this helpful?
Creates a table from JSON input.
This procedure creates a table from one or more JSONs. It automates the transformation of raw data into a structured, easy-to-read format, which can be useful for handling data from APIs or external services.
json
string or json
The JSON input from which the table will be created.
No default
Yes
table
The table created from the JSON input.
the json
create a table from the jsonAlice
30
Bob
25
In this example, the json will raise a question prompting you to provide the JSON input. You can either enter it directly in the text box or upload a .json file.
Last updated
Was this helpful?
Was this helpful?

