# Functions
Contains checks if the containee map is contained within the container map, including nested JSON structures.
ConvertJSONStringsToMaps converts JSON strings within a map to maps for JSON data processing.
ConvertMapToJson converts a map to a JSON string.
IsJSONString checks if a given string is a valid JSON.
JsonStringToMap converts a JSON string to a map.
StructToMap converts a struct to a map.