June 2015
Intermediate to advanced
192 pages
4h 8m
English
In this chapter, we will cover the following recipes:
In addition to reading and writing JSON in Python, we will begin by showing you a brief review of JSON formatting to help set the stage for what follows in this book.
JSON stands for JavaScript Object Notation. It's an open standard to represent data as attributes with values. Originally derived from the JavaScript syntax (hence its name) for use in web applications as an alternative to the more verbose and structured Extensible Markup Language ...
Read now
Unlock full access