purarue / google_takeout_parser

A library/CLI tool to parse data out of your Google Takeout (History, Activity, Youtube, Locations, etc...)
https://pypi.org/project/google-takeout-parser/
MIT License
82 stars 14 forks source link

remove placevisit JSON property #51

Closed purarue closed 1 year ago

purarue commented 1 year ago

previously had used json.dumps on for other candidates and had a property that decoded it to comply with cachew not allowing JSON objects as values. Can now do that since it just uses a json encoder internally, so should be able to type the list of dictionaries properly