- 1. Python JSON
- 2. JSON
- 2.1. JSON - JavaScript Object Notation
- 2.2. JSON dumps
- 2.3. JSON loads
- 2.4. dump
- 2.5. load
- 2.6. Round trip
- 2.7. Pretty print JSON
- 2.8. Serialize Datetime objects in JSON
- 2.9. Sort keys in JSON
- 2.10. Set order of keys in JSON - OrderedDict
- 2.11. Exercise: Counter in JSON
- 2.12. Exercise: Phone book in JSON
- 2.13. Solution: Counter in JSON
- 2.14. Solution: Phone book