To add any json file, use the JsonLoader. Headers are included for each line, so for example if you have a json like {"age": 18}, then it will be added as age: 18.
JsonLoader
{"age": 18}
age: 18
Was this page helpful?