Query: moosex::types::json
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MooseX::Types::JSON(3pm) User Contributed Perl Documentation MooseX::Types::JSON(3pm)NAMEMooseX::Types::JSON - JSON datatype for MooseSYNOPSISpackage Foo; use Moose; use Moose::Util::TypeConstraints; use MooseX::Types::JSON qw( JSON ); has config => ( is => 'rw', isa => JSON ); has options => ( is => 'rw', isa => relaxedJSON ); String type constraints that match valid and relaxed JSON. For the meaning of 'relaxed' see JSON::XS. All the heavy lifting in the background is also done by JSON::XS. o JSON A Str that is valid JSON. o relaxedJSON A Str that is 'relaxed' JSON. For the meaning of 'relaxed' see JSON::XS.AUTHORMichael Langner, "<mila at cpan.org>"BUGSPlease report any bugs or feature requests to "bug-moosex-types-json at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MooseX-Types-JSON>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. COPYRIGHT & LICENSE Copyright 2009 Michael Langner, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2009-10-25 MooseX::Types::JSON(3pm)
Related Man Pages |
---|
moosex::types::moose5.18(3pm) - mojave |
moosex::storage::deferred(3) - osx |
moosex::storage::format::json(3) - osx |
mojo::json(3pm) - debian |
moosex::storage::deferred(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Is UNIX an open source OS ? |
Introduction |
Weird 'find' results |