is it better to store data in json file or convert and save data to binary ?
am having a size issue with my json file currently since am saving a few hunder thousand lines of data in a json currently and that leads to vsc crashes even notpad sometimes, that data isnt for me to see btw, am more concerned about the size of the file then its readability, the code is the only one that needs to access it. is there any other alternatives to json?
i tried to use ujson to lower the size of my json file but nothing happend