JSON seems to be a popular data structure to use with APIs. I work with Meraki often and noticed the decision they went with. You can see the output easily with an API dev environment such as …
Intro to JSON for DevNet
In continuation with the DevNet Associate Challenge, I look at the JSON structured data format. It’s heavily used with Cisco documentation and training. If you’re studying for the Cisco DevNet …
XML Basics for DevNet
Understanding the basic concepts of the XML format and the content it contains will be important when dealing with APIs and writing scripts. I continue my series in studying for the Cisco DevNet …
DevNet Associate Challenge
For over a year I’ve been making excuses when it comes to learning how to code. In the beginning I had chosen Python as my coding language of choice. Now we have the DevNet Associate …
YAML Basics for DevNet
Taking a look at the Cisco DevNet Associate exam topics (DEVASC 200-901), one of the first objectives is to compare different data formats. Those data formats you should be able to compare are XML, …