gojsonq
gojsonq copied to clipboard
Can SUM func Support DOT Operation
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?