# Functions
IsJQQuery checks if a given string is a valid jq query.
ParseBool runs a jq query on a given object and returns the result as a bool.
ParseFloat runs a jq query on a given object and returns the result as a float64.
ParseMapInterface runs a jq query on a given object and returns the result as a map[string]interface{}.
ParseMapStrings runs a jq query on a given object and returns the result as a map[string][]string.
ParseString runs a jq query on a given object and returns the result as a string.