|
|
|
|
|
by zimpenfish
1621 days ago
|
|
`jql` looks interesting - is there an easy way to do the equivalent of `jq`'s `to_entries[]`? (e.g. turns `{"x":"y"}{"a":"b"}` into `{"key":"x","value":"y"}{"key":"a","value":"b"}` which I've needed a lot recently for dealing with output with unknown keys.) |
|
For the special case you wrote as an example, where each object is just a single key-value, it's possible: