tidwall / sjson

Set JSON values very quickly in Go
MIT License
2.4k stars 165 forks source link

Add support for @dig modifier #76

Open hypnoglow opened 9 months ago

hypnoglow commented 9 months ago

gjson now supports @dig, it would be great if we can set json using sjson.Set(json, "@dig:key", "value").