How do I use jq command line option '--slurpfile variable-name filename' with node-jq?
I have a two files where one file stores some configurations which I want to pass and use them in filter while converting from one json to another. I am looking for storing this configuration in another json and then use that as variable.