tidwall / sjson

Set JSON values very quickly in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rename key

baxiry opened this issue · comments

Is there a way to change name of key?
e.g :

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

thanks