I'm trying to do some data analysis of .fit files and I love Garmin::FIT for helping me with this. But not being a Perl developer by trade, it would be really slick if fitdump.pl had a --json option or some way to output the data as JSON. Ideally, you'd output basically an array of objects and each object would correspond with the type of data it corresponds to. I will look into submitting a PR for this in the meantime but I figured I'd start here to get your opinion, and possibly save time by having an expert knock it out.
Thanks again for this awesome library.
I'm trying to do some data analysis of
.fitfiles and I loveGarmin::FITfor helping me with this. But not being a Perl developer by trade, it would be really slick iffitdump.plhad a--jsonoption or some way to output the data as JSON. Ideally, you'd output basically an array of objects and each object would correspond with thetypeof data it corresponds to. I will look into submitting a PR for this in the meantime but I figured I'd start here to get your opinion, and possibly save time by having an expert knock it out.Thanks again for this awesome library.