Name

adams.flow.transformer.JsonFileReader


Synopsis

Reads a JSON file and forwards the parsed JSON object.
If it is know beforehand, whether the JSON file contains an object or an array, the output type can be specified.


Additional information

Flow input/output:
- input: java.lang.String, java.io.File
- output: net.minidev.json.JSONAware


Options