# Functions
AppendUniq does the same thing than append but insure we have only 1 iteam of each.
ConvertJSONRowToSlice takes a json-formatted array and returns a string slice.
HasDupsArray returns a boolean indicating if array contains duplicates.
HasIntersection asserts that the given lists have an intersection (a common item) between them.
JSONMarshal will JSON encode a given object, without escaping HTML characters.
JSONMarshalIndent will JSON encode a given object, without escaping HTML characters and indentation.
JSONnumberUnmarshal unmarshals a json string with numbers cast as json.Number, not float64 (to avoid scientific notation on large IDs).
JSONUseNumber returns a json decoder to use numbers while decoding json.
ListContainsString asserts that a string slice contains a given string.
NormalizeName trims leading and trailing spaces on a string, and converts its characters to lowercase.
PrintJSON prints out an interface{} as an indented json string.
StrPtr returns the pointer to a string's value.
No description provided by the author
ValidString asserts that a string is within the minimum and maximum length configured for µtask.
ValidText asserts that a long text string is within the minimum and maximum length configured for µtask.