Codebase list gojq-upstream / df2a107e-8e70-46b9-935b-2069922d4135/upstream/0.12.9 gojq.go
df2a107e-8e70-46b9-935b-2069922d4135/upstream/0.12.9

Tree @df2a107e-8e70-46b9-935b-2069922d4135/upstream/0.12.9 (Download .tar.gz)

gojq.go @df2a107e-8e70-46b9-935b-2069922d4135/upstream/0.12.9raw · history · blame

1
2
3
4
5
// Package gojq provides the parser and the interpreter of gojq.
// Please refer to [Usage as a library] for introduction.
//
// [Usage as a library]: https://github.com/itchyny/gojq#usage-as-a-library
package gojq