tidwall / sjson

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

rename key #84

Open baxiry opened 3 months ago

baxiry commented 3 months ago

Is there a way to rename key? e.g :

{"name":"adam"} become {"first_name":"adam"}

thanks