Skip to content

json

Load data from a JSON file. Default behavior expects a single dictionary per line. Each line is a seperate entry. The multiline parameter reads all of the lines of the files and returns a single object.

Parameters

name Description
path Path of JSON file to transform
multiline Load file as a single multiline JSON object

Example

inputs:
  caseData:
    json:
      path: "{{params.casesJSON}}"