# Functions
No description provided by the author
No description provided by the author
ConvertJsonStringToObject converts a given input into an object.
ConvertObjectToJsonString converts a given object to a json string.
ConvertObjectType converts a given object into another object type.
ConvertStringMapToAny converts a given map to map containing any values which are parsable by json.
No description provided by the author
No description provided by the author
No description provided by the author
MapCopy copies map onto new map to allow for element manipulation Used for testing.
No description provided by the author
RemoveParametersAndPopulateObject uses a given map[string]string to populate a given pointer to a struct.
ReplaceParametersAndPopulateObject removes config variables from parameters, and replaces them with one combined json string.
StrictRemoveParametersAndPopulateObject removes config variables from parameters, and replaces them with one combined json string.
# Constants
No description provided by the author