ead1 VERSION version 1.03 =head1 SYNOPSIS $json_storage = $json_format->wrap($storage); $json_storage->write({ a => "b" }); $in = $json_storage->in("client1"); $data = $in->read();