JSON File Data Source

You can use a JSON file as a data source for templating. The system reads your data as a set of rows (read more here: Data Sources).

However, there is a specific behavior for JSON files:

  • If you specify an array at the root level then each element of this array is a data row
  • If you specify an object at the root level then the system will treat it as one single row of data

Here is a list of JSON data files examples: