May 2026
Intermediate to advanced
418 pages
9h 29m
English
If you want to continue your journey in network automation and programmability beyond this book, understanding Python dictionaries will also help you become familiar with JavaScript Object Notation (JSON). JSON is a widely used data format in APIs and automation that is used by network automation tools like RESTCONF and NETCONF.
Python dictionaries are structured in a way that is very similar to JSON. Both Python dictionaries and JSON use key/value pairs, curly braces ({}) to enclose data, and colons (:) to separate keys from values. One key difference is that Python dictionaries allow both single quotes (') and double quotes (")for keys and string values, whereas JSON requires ...
Read now
Unlock full access