JSON-Loader (json)
Parses JSON files and returns the object as-is. No options are available for this loader.
Loader name: json
Input type: JSON-format
Default file extension: .json
Output type: JSON-format
Example of resource definition in YAML-format:
name: resource_name # if omitted, name defaults to path
input: ./path/to/file # obligatory
loader: json # required, if file extension other than `.json`