Nested Dictionary Structures

Learn about nested structs and how different accessors can reduce our code and make it dynamic.

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 1200+ tech skills courses.