The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

KiokuDB::Backend::JSPON - JSON file backend with JSPON reference semantics

DESCRIPTION

This is just the KiokuDB::Backend::Files backend with the serializer default set to json for backwards compatibility.

http://www.jspon.org/|JSPON is a standard for encoding object graphs in JSON.

The representation is based on explicit ID based references, and so is simple enough to be stored in JSON.

TODO

  • Refactor into FS role and general JSPON role, and implement a REST based backend too