Open
Description
Want to use cel instead of jq to process json/yaml files. However, found jq x[] is a little more elegant.
jq: [.status.sub[].active | {active: .}]
cel: [x.status.sub.map(y, {"active": x.status.sub[y].active})]
Metadata
Metadata
Assignees
Labels
No labels