Nested Dictionary Structures
Learn about nested structs and how different accessors can reduce our code and make it dynamic.
We'll cover the following
Introduction
The various dictionary types let us associate keys with values. But those values can themselves be dictionaries. For example, we may have a bug-reporting system. We could represent this using the following:
Get hands-on with 1400+ tech skills courses.