go-jmespath
go-jmespath copied to clipboard
Return reference for modification
Is it possible to locate a node in the JSON structure and return it for modification, then use json.Marshall to write the modified JSON struct?
This would be very very useful in ETL pipelines.