Group
Extension

Matches 4

Data-Transfigure ( T/TY/TYRRMINAL/Data-Transfigure-1.03.tar.gz, TYRRMINAL, 2024; MetaCPAN )
Data-Transfigure/lib/Data/Transfigure.pm ( view source; MetaCPAN )
ten to handle converting object graphs of ORM objects
into a structure that could be converted to JSON and delivered as an API endpoint
response. One of the challenges of such a system is being able t
Data-Transfigure ( T/TY/TYRRMINAL/Data-Transfigure-1.03.tar.gz, TYRRMINAL, 2024; MetaCPAN )
Data-Transfigure/lib/Data/Transfigure/Type/DBIx/Recursive.pm ( view source; MetaCPAN )
PTION

C<Data::Transfigure::Type::DBIx> is used to transfigure L<DBIx::Class::Row>
instances into JSON-able structures, using C<get_inflated_columns> to get make
a hashref from the object's keys (colu
Data-Transfigure ( T/TY/TYRRMINAL/Data-Transfigure-1.03.tar.gz, TYRRMINAL, 2024; MetaCPAN )
Data-Transfigure/lib/Data/Transfigure/Type/DBIx.pm ( view source; MetaCPAN )
PTION

C<Data::Transfigure::Type::DBIx> is used to transfigure L<DBIx::Class::Row>
instances into JSON-able structures, using C<get_inflated_columns> to get make
a hashref from the object's keys (colu
Data-Transfigure ( T/TY/TYRRMINAL/Data-Transfigure-1.03.tar.gz, TYRRMINAL, 2024; MetaCPAN )
Data-Transfigure/lib/Data/Transfigure/Schema.pm ( view source; MetaCPAN )
y blessed($schema);
    say ref($schema);
    die("schema must be a JSON::Validator") unless (blessed($schema) && $schema->isa('JSON::Validator'));
  }

  method applies_to (%params) {
    my $node   

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.