itchyny / gojq

Pure Go implementation of jq
MIT License
3.3k stars 119 forks source link

add `pick` to builtin.jq #226

Closed LeonB closed 12 months ago

LeonB commented 1 year ago

https://github.com/jqlang/jq/blob/dcf715228f32ed5437ade54d6b1b70627cb37ff7/src/builtin.jq#L259

https://jqlang.github.io/jq/manual/#pick

itchyny commented 12 months ago

Implemented now.

LeonB commented 11 months ago

Thanks!