ewfian / pickleparser

A pure Javascript implemented parser for Python pickle format
https://ewfian.github.io/pickleparser/
MIT License
8 stars 3 forks source link

Why one should consider to use pickleparser ? #6

Open im7mortal opened 2 months ago

im7mortal commented 2 months ago

Thank you for your library!

I am currently choosing an unpickle implementation for the browser.

I am interested in why you decided to create a separate library instead of using existing ones. I found node-jpickle and some others which are older.

It would be nice to have a section in the documentation explaining why it's better. Of course, it's new now, but all the older libs also were new and supported some time back.