1. Python JSON
  2. JSON
    1. JSON - JavaScript Object Notation
    2. JSON dumps
    3. JSON loads
    4. dump
    5. load
    6. Round trip
    7. Pretty print JSON
    8. Serialize Datetime objects in JSON
    9. Sort keys in JSON
    10. Set order of keys in JSON - OrderedDict
    11. Exercise: Counter in JSON
    12. Exercise: Phone book in JSON
    13. Solution: Counter in JSON
    14. Solution: Phone book