google / jsonnet

Jsonnet - The data templating language
http://jsonnet.org
Apache License 2.0
6.92k stars 438 forks source link

feat: implement objectRemoveKey #1070

Closed rohitjangid closed 1 year ago

rohitjangid commented 1 year ago

Implemented std.objectRemoveKey method to remove a key from a object

PR for go-jsonnet: https://github.com/google/go-jsonnet/pull/686