Group
Extension

Matches 1

Data-Verifier ( G/GP/GPHAT/Data-Verifier-0.54.tar.gz, GPHAT, 2012; MetaCPAN )
Data-Verifier/lib/Data/Verifier/Results.pm ( view source; MetaCPAN )
 allow quick and easy
serialization. So a quick call to C<freeze> will serialize this object into
JSON and C<thaw> will inflate it.  The only caveat is that we don't serialize
the C<value> attribute. 
 to refill forms or something.

  my $json = $results->freeze({ format => 'JSON' });
  # ...
  my $results = Data::Verifier::Results->thaw($json, { format => 'JSON' });

=head1 INTERNALS

This module 

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