If the jq code contains a constant map (ex {"key":1}).
It will be compiled once and reused, but has it is a mutable struct it can be changd inside the Run, or returned as output and changed by the user.
Solution all mutable structs need to be instantiated at Runtime, never at compile time.
If the jq code contains a constant map (ex {"key":1}).
It will be compiled once and reused, but has it is a mutable struct it can be changd inside the Run, or returned as output and changed by the user.
Solution all mutable structs need to be instantiated at Runtime, never at compile time.