# Functions
FilterJSONString filters keys from a JSON string.
GetEnvOrDefault returns the value of the environment variable k if set, or defaultvalue if not set.
GetKeys returns a slice containing all the keys in the given hash map.
GetObjectAtKey recursively traverses a map[string]any to find the value at the given slash-delimited path.
GetRequestData marshals the provided data map into a JSON string.
GetStringAtKey returns the string value at the given slash-delimited path in the provided map[string]any data.
IntersectMaps takes two maps and returns a new map containing only the keys and values that exist in both input maps.
ParseImportPath parses a Restobject import path string into its object ID and path components.
SanitizePath removes duplicate slashes and trailing slash from the provided path.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author