我正在尝试使用--compact-output,但以下命令出现错误:
$ jq --compact-output '.activity-categories[] | { index: { _index: "activitydurations"} }, .' 17224.json > formattedfile.json
我收到错误
jq: error: categories/0 is not defined at <top-level>, line 1:
.activity-categories[] | { index: { _index: "activitydurations"} }, .
jq: 1 compile error