A sequentially indexed array, in which the elements of the array consist of a mapping of name-value pairs (known as type dict() in Python -- also known as object in Javascript, or associative-array or hash in other programming languages)
Overview
A sequentially indexed array, in which the elements of the array consist of a mapping of name-value pairs (known as type dict()
in Python -- also known as object
in Javascript, or associative-array
or hash
in other programming languages)