I have jq command like this:
jq --arg ts "$TS"'.Date = $ts, .Marker.Date = $ts, .InfoFromTerminator.Timestamp = $ts'
but it appears to only replace the last item keeping the previous two as is. How do I rewrite the query to replace for all 3 parameters?