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

semantic_location: remove JSON field #52

Closed purarue closed 1 year ago

purarue commented 1 year ago

previously this had a otherCandidateLocationJSON field that was a JSON string. This was a workaround for cachew which didn't support dataclasses/NTs in lists inside the main dataclass. That has since changed so this just removed the field and property wrapper and uses the dataclass directly.