Relative Content

Tag Archive for pythonjsonjsonlines

How to convert Endomondo data from JSON to JSONL in python

I have a project I am working on using an Endomondo data set that contains user workout logs.
I have downloaded the data as a JSON file and to work with it, I need to convert it to a JSONL file (dataset is very large that it will use up all RAM otherwise). I have added a screenshot of an example of the data. Because the data set is large, I have not been able to load it into the correct format to see what it looks like enter image description here