JSON Parsing Made Easy
JSON is the file extension of a data format called JavaScript Object Notation, which is used to store and transport information in a structured format. The JSON format is used extensively for the web. Most modern web Application Programming Interfaces (APIs) use JSON format to transfer data to their web clients.
This chapter will cover the following recipes:
- JSON format in a nutshell
- Processing JSON data from a text file
- Writing JSON data to a text file
- Using Google’s Geocoding API