Quantcast
Channel: Active questions tagged jq - Stack Overflow
Viewing all articles
Browse latest Browse all 657

JSON to plain text using jq

$
0
0

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

Viewing all articles
Browse latest Browse all 657

Trending Articles