Group
Extension

Matches 2

Qiime2-Artifact ( P/PR/PROCH/Qiime2-Artifact-0.14.0-TRIAL.tar.gz, PROCH, 2025; MetaCPAN )
Qiime2-Artifact/scripts/lib-demo.pl ( view source; MetaCPAN )
RealBin/../lib/";
use Qiime2::Artifact;
use Term::ANSIColor qw(:constants);
use Data::Dumper;
use JSON::PP;
use Data::Structure::Util qw/unbless/;

 $Data::Dumper::Indent = 1;
 $Data::Dumper::Terse = 
ESET '';
}



sub serialize {
  my $json = JSON::PP->new->ascii->pretty->allow_nonref;
  my $obj = shift;
  my $class = ref $obj;
  unbless $obj;
  my $rslt = $json->encode($obj);
  bless $obj, $class
;
  return $rslt;
}


sub deserialize {
  my ($json, $class) = @_;
  my $obj = decode_json($json);
  return bless($obj, $class);
}
Qiime2-Artifact ( P/PR/PROCH/Qiime2-Artifact-0.14.0-TRIAL.tar.gz, PROCH, 2025; MetaCPAN )
Qiime2-Artifact/scripts/lib/YAML/Tiny.pm ( view source; MetaCPAN )
vailable in JSON, with the additional limitation that only simple keys
are supported.

As a result, all possible YAML Tiny documents should be able to be
transformed into an equivalent JSON document, 

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