Group
Extension

Matches 1

App-Config-Chronicle ( B/BI/BINARY/App-Config-Chronicle-0.07.tar.gz, BINARY, 2022; MetaCPAN )
App-Config-Chronicle/lib/App/Config/Chronicle/Attribute.pm ( view source; MetaCPAN )
te;

use Moose;
extends 'App::Config::Chronicle::Node';
use namespace::autoclean;
use Encode;
use JSON::MaybeXS;

use MooseX::Types -declare => ['LongStr'];
use Moose::Util::TypeConstraints;
use Synta
_json_string} //= $def->{isa} eq 'json_string' ? 1 : 0;
    if ($self->{_json_string}) {
        try { $value = JSON::MaybeXS->new->decode($value) } catch ($e) {
            die "Couldn't decode JSON 

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