lucianopaz / compress_pickle

Standard python pickle, thinly wrapped with standard compression libraries
MIT License
41 stars 10 forks source link

JSON Support #39

Closed eode closed 2 years ago

eode commented 2 years ago

Would you be interested in JSON (and, for multiples, NDJSON/JSONLines) support for this module? I know its name is "compress_pickle", but the option would be welcome for those who want compressed, serialized data but don't want the concomitant security risks of pickle.

Specifically, if this were implemented, would you accept a PR?

lucianopaz commented 2 years ago

Definitely! It's a great idea

lucianopaz commented 2 years ago

Closed by #40