Rather than marshalling json elements into go instances, jq opts to manipulate the json elements as raw []byte.
Does that means it would not be too far-fetched to make it a manipulating language as well as querying language? Any possibility selectively update the json elements (according to the query selecting syntax, to pick the elements to be updated)? Thx.
Does that means it would not be too far-fetched to make it a manipulating language as well as querying language? Any possibility selectively update the json elements (according to the query selecting syntax, to pick the elements to be updated)? Thx.