Json

A Json file can be used as input for a series. It can be provided either from the filesystem, a repository or from a valid web URL. The data in the Json file has to be provided as a list of objects, for example:

[
    {"param1":"foo","param2":"bar"},
    {"param1":"xyz","param2":"abc"}
]

Notes

  • Json files from the filesystem and repository can be used depending on the system- and file-permissions for the user. The read permission is required.
  • Sets should always be defined completely, even if some sets may not require all parameters. It is advisable to set an empty value if a parameter should not be used.
  • Keys and values are always strings - text surrounded by quotes, e.g. "key"