kjkjava / garmin-connect-export

Download a copy of your Garmin Connect data, including stats and GPX tracks.
MIT License
314 stars 134 forks source link

Add JSON export format. #6

Open yohcop opened 8 years ago

yohcop commented 8 years ago

JSON format does not download any file, but saves all the metadata received about activities in a .json file.

This is useful to load all the metadata for analysis using other tools. CSV is good too, but by exporting the raw data as JSON, everything is available and parsing is easy (for example, normalized numbers without units are available).

yohcop commented 8 years ago

FWIW, I'm happy rewriting the change after the argparse lib change.