gojsonq icon indicating copy to clipboard operation
gojsonq copied to clipboard

Can SUM func Support DOT Operation

Open lnn1988 opened this issue 4 years ago • 0 comments

For example, I have a json string like [{"s":1, "a": {"b":1}},{"s":1, "a": {"b":1}},{"s":1, "a": {"b":5}}] I want jq.Sum("a.b"), Is this possible?

lnn1988 avatar Aug 18 '20 03:08 lnn1988