# Functions
CoerceType will accept a string, []byte, or json.Marshaler type and convert it to a []byte for use and consistency in the SDK.
DeleteEmptyAndTrim removes empty strings from a slice.
SplitComma - use custom split func instead of .Split to eliminate empty values (i.e Test,,,).