# Packages
Package exec provides useful wrappers around the standard "exec" library.
# Functions
AddJSONOutput adds the -o|--output option to any cmd to export to json.
DumpJSONToSlice dumps the contents of data into a byte slice.
OutputJSON returns true if the JSON output option was specified.
PrintOutput receives an interface and dump the data using the --output flag.ATM only json or jsonpath.
PrintOutputWithType receives an interface and dump the data using the --output flag.ATM only json or jsonpath.