I'm _begging_ you to please store non-primitive data in a struct or typed object rather than an arbitrary `key` => `value` store like a dictionary, hash table, or associative array
This even includes data that you get back from a third-party API. Take the extra couple of minutes to define the response properties in code rather than passing around an opaque bag of data