Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyJQOnMapStrings ¶
func ApplyJQOnMapStrings(keyToJQQueries map[string][]string, baseMap map[string]interface{}) (map[string][]string, error)
ApplyJQOnMapStrings applies the provided JQ queries to a map of strings, using the given Request. It generates a base JQ object from the provided Request and then parses the queries to produce the resulting map.
func ApplyJQOnStr ¶
ApplyJQOnStr applies a jq query to a Request, returning the result as a string. The function handles complex results by converting them to JSON format.
func ConvertStringToJQQuery ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.