Relative Content

Tag Archive for jq

comparing json object fail in jq

I am having a sample shell script file. In my script file I have a json data in a variable and also i have a file containing json .
I want to compare the contents of the file against the variable using jq.