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

feature: pass kwargs to json.dump #73

Open SimonDeRidder opened 4 years ago

SimonDeRidder commented 4 years ago

In my case, this is mainly for to pass the indent argument, which makes the db easier to inspect visually, and to view diffs.