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"} ]