Python: Parsing and Manipulating JSON Data
Understanding how to parse and manipulate data is a foundational skill to have in network automation and programmability. In this blog post, we will be taking a look at basic parsing and manipulating of JSON (JavaScript Object Notation) data, with a networking context. I have also given a real-world example of using JSON data and …