You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to add line breaks in jq list
E.g:
[{"name":"JSON", "good":true}, {"name":"XML", "good":false}]
Expected value:
[{"name":"JSON"},
{"name":"XML"}]
Instead of [{"name":"JSON"}, {"name":"XML"}]
How to add line breaks in jq list
E.g:
[{"name":"JSON", "good":true}, {"name":"XML", "good":false}]
Expected value:
[{"name":"JSON"},
{"name":"XML"}]
Instead of [{"name":"JSON"}, {"name":"XML"}]