loader image
Skip to main content

Dictionary / Map

A collection of key-value pairs used for fast lookups (e.g., {\"username\": \"alice\", \"role\": \"admin\"}). Dictionaries/maps are common when parsing JSON, building structured records, and grouping analysis results.

» Site Glossary