Does anyone know why you would use the Python pickle module over the json module? The json one seems to be superior in every manner
Yeah, it seems odd that they include the Python Pickle one. I get that its some complicated internal python VM state, but why would you want that compared to plain text? It even operates faster.
@greylaw89 Never looked into it honestly. No clue.
@greylaw89 no idea i use the json one