tidwall / sjson

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

Setting keys with '@something/something-else` format #72

Closed casualjim closed 1 year ago

casualjim commented 1 year ago

Is there a way to set object keys that have the form @npm-org/npm-package?

I've found the . escaping but nothing beyond that.

casualjim commented 1 year ago

looks like this works as expected