Let's say i got the following json response:
{"author": "tomek","title": "helloworld","test": "sampletextonetwothree"}Is it possible to display something like this: (using jq)
author=tomektitle=helloworldtest=sampletextonetwothree
Let's say i got the following json response:
{"author": "tomek","title": "helloworld","test": "sampletextonetwothree"}Is it possible to display something like this: (using jq)
author=tomektitle=helloworldtest=sampletextonetwothree