Gergely Brautigam
Gergely Brautigam
so I figured out that the library just expects you to pass in the value you require _including_ the right indentation level. ```go { path: "$.data.value1.orig1", dst: ` data: value1:...
Do you have an example?
I tried replacing objects, but the marshalling is all over the place. There is virtually no consistency in indentation whatsoever. I can't find a pattern or anything that would make...
Okay, this now worked finally: ```go { path: "$.data.value1.orig1", dst: ` data: value1: orig1: orig1.1 value2: orig2 `, src: ` orig1: newValue: - value1 - value2 `, expected: ` data:...
No worries 😌
@akhilmhdh Almost there! :) Can you please fix the three new sonar issues which should be really quick, than we can get this show on the road! :)))
@akhilmhdh Can I ask what's the reason behind not using the official go SDK? Because it seems like you are replicating a LOT of behaviour that's already in the Go...
Ah gotcha. :D Okay. :)
Thank you for your contribution!
Once there is a full release. Which once a week or so.