logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

KiokuDB::Backend::Serialize::JSPON::Expander - Inflate JSPON to entry data.

Attributes

       See KiokuDB::Backend::Serialize::JSPON::Converter for attributes shared by
       KiokuDB::Backend::Serialize::JSPON::Collapser and KiokuDB::Backend::Serialize::JSPON::Expander.

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This object is used by KiokuDB::Backend::Serialize::JSPON to expand JSPON compliant hash references to
       KiokuDB::Entry objects.

Methods

       expand_jspon $hashref
           Recursively inflates the hash reference, returning a KiokuDB::Entry object.

Name

       KiokuDB::Backend::Serialize::JSPON::Expander - Inflate JSPON to entry data.

Synopsis

           my $c = KiokuDB::Backend::Serialize::JSPON::Expander->new(
               id_field => "_id",
           );

           my $entry = $c->collapse_jspon($hashref);

Version

       version 0.57

See Also