Generic dig for map key using typed parameters Hello! I was fiddling with a way of getting out values from a map that is of format map[string]any. But I wanted my type safety as well. This was coming from digging out keys from a Metadata field. The metadata was in a JSON format. This is what I came up with: /FetchValueFromMetadatafetchesakeyfromametadataifitexists. Itwillrecursivelylookin// embedded values as well. Must be a unique key, otherwise it will just return the first // occurrence. f...