thedevsaddam/gojsonq

Can SUM func Support DOT Operation

lnn1988 opened this issue · 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?