You are not logged in.
Pages: 1
normal jq:
{
"ok": true,
"result": {
"abc": abc,
"abc": abc,
"abc": abc
}
}I always hate this layout. I want:
{
"ok": true,
"result":
{
"abc": abc,
"abc": abc,
"abc": abc
}
}I'm ok if I'm programming or something. But come on, when I use jq, I want the data to be as clear and easy to see as possible.
So how can I use the jq in the second layout?
Last edited by 1ndeed (2021-12-25 19:15:00)
Offline
request it upstream? why would you want to go against a language standard anyway?
Offline
Pages: 1