This package is a wrapper of JQ for the Go programming language, designed to make it easy for Go programs to filter JSON input using JQ. This is used internally at ThreatGRID to perform unit testing using expectjq and as a map/reduce VM for ThreatGRID's internal data storage.
This package makes it easy for Go programs to filter JSON data using
stedolan's "jq". This is used internally at ThreatGRID as a sort of
expedient map/reduce in its distributed data store and in its "expectjq"
test utility.