"value" -> map:"someKey";
;;; should evaluate to true
;;; Note res, could be a pod where the first member is a boolean
;;; and the second is the actual key, e.g.:
map_contains(map, "*Key") -> res; ;;; should match
;;; retrieve if contains:
if(res:truth) {
res:key -> theKey;
}
If we have