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.

For issues and development, see this github page:

https://github.com/brainsik/brainsik
