Manmohan Tarle
Results
1
comments of
Manmohan Tarle
I had tried @this, but it does not work. `package main import "github.com/tidwall/sjson" const json = `{}` func main() { value, _ := sjson.SetRaw(json, "@this", "{\"test\":true}") println(value) }` outputs {}