Group
Extension

Matches 3

Template-Alloy ( R/RH/RHANDOM/Template-Alloy-1.022.tar.gz, RHANDOM, 2021; MetaCPAN )
Template-Alloy/lib/Template/Alloy.pod ( view source; MetaCPAN )
  The AST is composed
only of scalars and arrayrefs and is suitable for sending to
JavaScript via JSON or sharing with other languages.  The parse_tree
method is used for returning this AST.

Once at 
Template-Alloy ( R/RH/RHANDOM/Template-Alloy-1.022.tar.gz, RHANDOM, 2021; MetaCPAN )
Template-Alloy/lib/Template/Alloy/TT.pm ( view source; MetaCPAN )
y as possible.  This "simple"
structure could be shared TT implementations in other languages
via JSON or YAML.  You can optionally enable generating Perl code by
setting COMPILE_PERL = 1.

=item

All
Template-Alloy ( R/RH/RHANDOM/Template-Alloy-1.022.tar.gz, RHANDOM, 2021; MetaCPAN )
Template-Alloy/lib/Template/Alloy/VMethod.pm ( view source; MetaCPAN )
 ($JSON, $JSONP);
sub json  { $JSON  ||= do { require JSON; JSON->new->utf8->allow_nonref->allow_unknown->allow_blessed->convert_blessed->canonical } }
sub jsonp { $JSONP ||= do { require JSON; JSON->
 $_; s/\n/\\n/g; s/\r/\\r/g; s/(?<!\\)([\"\'])/\\$1/g; $_ },
    json     => sub { return json()->encode($_[0]) if ! $_[1]; my $j = jsonp()->encode($_[0]); chomp $j; $j },
    lc       => sub { lc $_[
if ! defined $join; no warnings; return join $join, @$ref },
    json     => sub { return json()->encode($_[0]) if ! $_[1]; my $j = jsonp()->encode($_[0]); chomp $j; $j },
    last     => sub { my ($r

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