jmespath / go-jmespath

Golang implementation of JMESPath.
Apache License 2.0
573 stars 90 forks source link

Return reference for modification #26

Open JalfResi opened 7 years ago

JalfResi commented 7 years ago

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?

ryanrolds commented 4 years ago

This would be very very useful in ETL pipelines.