[
Processing JSON Data¶
As part of this section or module we will get an overview about processing JSON data. We will primarily focus on using json
or pandas
to process data in JSON format.
- Overview of JSON
- JSON Data Types
- Create JSON String
- Process JSON String
- Single JSON document in files
- Multiple JSON documents in files
- Process JSON using Pandas
- Different JSON formats supported by Pandas
- Common Use Cases for JSON
- Write to JSON Files using JSON module
- Write to JSON Files using Pandas
]