==========
JSON Store
==========

JSON store is a simple replacement for shelve. It writes JSON serialized files and can accept unicode keys.

It is intended for small stores. Everything is in memory and sync()
always writes everything to disk.
