patx / pickledb

pickleDB is an open source key-value store using Python's json module.
https://patx.github.io/pickledb
BSD 3-Clause "New" or "Revised" License
925 stars 125 forks source link

why use json replace simplejson and pickle? #55

Open mouday opened 5 years ago

mouday commented 5 years ago

first, i think pockleDB is very good tool

and i want to know why use json model ?

patx commented 5 years ago

Its included in Pythons standard library. I will listen if someone has an idea for something else.