Maps is a design pattern. An associative array, map, symbol table, or dictionary is an abstract data type composed of a collection of (key, value) pairs, such that each possible key appears at most once in the collection.
Languages with Maps include edn, json, lua
{"name": "Mary"}
https://www.lua.org/pil/2.5.html