Group
Extension

Matches 35358

Web-Components ( P/PJ/PJFL/web-components/Web-Components-0.13.1.tar.gz, PJFL, 2025; MetaCPAN )
Web-Components/lib/Web/Components/Role/ConfigLoader.pm ( view source; MetaCPAN )
t($attr->{appclass}, 'config')
      // $name;
   my $extensions = $attr->{config_extensions} // 'json yaml';

   return map { "${file}.${_}" } split m{ \s }mx, $extensions;
}

sub _home_indicator_dir
Crop ( O/OC/OCTAVIANI/Crop-0.1.27.tar.gz, OCTAVIANI, 2025; MetaCPAN )
Crop/lib/Crop/Config.pm ( view source; MetaCPAN )
CIES

=over 4

=item * XML::LibXML
=item * Time::Stamp
=item * Clone
=item * XML::LibXSLT
=item * JSON
=item * CGI::Cookie
=item * CGI::Fast

=back

=head1 AUTHORS

Euvgenio (Core Developer)

Alex (Co
Business-LetterWriter ( L/LU/LUBELL/Business-LetterWriter-0.09.tar.gz, LUBELL, 2025; MetaCPAN )
Business-LetterWriter/lib/Business/LetterWriter.pm ( view source; MetaCPAN )
package Business::LetterWriter;

use strict;
use warnings;
use JSON;
use OpenAPI::Client::OpenAI;
use Archive::Zip;
use XML::Twig;

our $VERSION = '0.09';

sub get_one_answer_from_new_llm {
  my $tx = $client->createChatCompletion({ body => $body });

    my $response_data = $tx->res->json;
    my $raw_response = $response_data->{choices}[0]{message}{content};
    if ($raw_response =
value;
	}
	close $fh;
	return \%data;
}

=pod
    USAGE:
        use strict;
        use JSON;
        use lib '../Business-LetterWriter/lib/';
        use Business::LetterWriter;

      
Web-Components ( P/PJ/PJFL/web-components/Web-Components-0.13.1.tar.gz, PJFL, 2025; MetaCPAN )
Web-Components/lib/Web/Components/Navigation.pm ( view source; MetaCPAN )
 qw( class_type );
use Unexpected::Functions qw( UnknownMethod Unspecified );
use HTML::Tiny;
use JSON::MaybeXS;
use Try::Tiny;
use Moo;

=encoding utf-8

=head1 Name

Web::Components::Navigation - Co
mg/icons.svg';

=item C<json_view>

An immutable string which defaults to C<json>. Stashed by C<finalise> as the
view which will serialise the response as JSON

=cut

has 'json_view' => is => 'ro', is
     'class' => "navigation ${location} ${display}",
         'data-navigation-config' => $self->_json->encode({
            'menus'      => $self->_menus,
            'messages'   => $self->_messages
Geo-CheapRuler ( A/AA/AAVM/Geo-CheapRuler-v0.1.1.tar.gz, AAVM, 2025; MetaCPAN )
Geo-CheapRuler/test/test.pl ( view source; MetaCPAN )
 them here.
#
#

require '../lib/Geo/CheapRuler.pm';

use Scalar::Util qw(looks_like_number);
use JSON;
use Data::Dumper;
use experimental 'signatures';
use strict;
use warnings;

my $lines = [
	[ [ -
Crop ( O/OC/OCTAVIANI/Crop-0.1.27.tar.gz, OCTAVIANI, 2025; MetaCPAN )
Crop/lib/Crop/Server.pm ( view source; MetaCPAN )
'experimental';

use Encode qw/ decode /;
use XML::LibXSLT;
use XML::LibXML;
use XML::Simple;
use JSON;
use CGI::Cookie;

use FindBin qw/ $RealBin /;

use Crop::Debug;
use Crop::Error qw/ all_right wa
orking directory
	data      - persistent data across all the handlers of an client request
	json      - JSON exemplar
	handler   - hash of registered handlers
	headers   - HTTP headers for response
	i
shref of all the errors ocquired (see <Crop::Error>)
	output_t  - type of output ('XML', 'XSLT', 'JSON', and so on)
	page      - filename of output template in cwd
	redirect  - URL to redirect
	reques
Crop ( O/OC/OCTAVIANI/Crop-0.1.27.tar.gz, OCTAVIANI, 2025; MetaCPAN )
Crop/lib/Crop.pm ( view source; MetaCPAN )


=over 4

=item * XML::LibXML

=item * Time::Stamp

=item * Clone

=item * XML::LibXSLT

=item * JSON

=item * CGI::Cookie

=item * CGI::Fast

=back

=head1 METHODS

=head2 C

    my $config = Crop->
GitHub-Crud ( P/PR/PRBRENAN/GitHub-Crud-20250520.tar.gz, PRBRENAN, 2025; MetaCPAN )
GitHub-Crud/lib/GitHub/Crud.pm ( view source; MetaCPAN )
              # Save any data
     {my $j = join ' ', @data;
      my $p = $R->data = bless decodeJson($j), "GitHub::Crud::Response::Data";
      if (ref($p) =~ m/hash/is and my $c = $p->content)
    
          => undef,                             # The data received from L<GitHub>, normally in L<json> format.
  date                                    => undef,
  Date                              
                  # It seems we must put the branch in the json file though the documentation seems to imply it can go in the url or the json
   {my $b = $gitHub->branch;
    return qq(, "branch" : "$
HTML-Blitz ( M/MA/MAUKE/HTML-Blitz-0.1001.tar.gz, MAUKE, 2025; MetaCPAN )
HTML-Blitz/lib/HTML/Blitz/Template.pm ( view source; MetaCPAN )
L<Cpanel::JSON:::XS|Cpanel::JSON::XS/OBJECT SERIALIZATION> with
L<< C<allow_tags>|Cpanel::JSON::XS/"$json = $json->allow_tags ([$enable])" >>
enabled (creating a non-standard superset of JSON) or
L<Se
L<Cpanel::JSON:::XS|Cpanel::JSON::XS/OBJECT SERIALIZATION> with
L<< C<allow_tags>|Cpanel::JSON::XS/"$json = $json->allow_tags ([$enable])" >>
enabled (parsing a non-standard superset of JSON) or
L<Ser
Crop ( O/OC/OCTAVIANI/Crop-0.1.27.tar.gz, OCTAVIANI, 2025; MetaCPAN )
Crop/lib/Crop/Object.pm ( view source; MetaCPAN )
ved to Warehouse.

Returns:
	false
=cut
sub Table {  }

=begin nd
Method: TO_JSON ($data)
	Prepare blessed objects for JSON output.

	All the objects are a blessed hashrefs, so will return UNblessed o
ly by JSON module for each object.

Parameters:
	$data - blessed hashref

Returns:
	unblessed hashref
=cut
sub TO_JSON {
	my $data = shift;

	my $json =  {%$data};
	delete $json->{STATE};

	$json;
}

Web-Components ( P/PJ/PJFL/web-components/Web-Components-0.13.1.tar.gz, PJFL, 2025; MetaCPAN )
Web-Components/lib/Web/Components/ConfigLoader.pm ( view source; MetaCPAN )
t($attr->{appclass}, 'config')
      // $name;
   my $extensions = $attr->{config_extensions} // 'json yaml';

   return map { "${file}.${_}" } split m{ \s }mx, $extensions;
}

sub _home_indicator_dir
Mojo-DOM58 ( D/DB/DBOOK/Mojo-DOM58-3.002.tar.gz, DBOOK, 2025; MetaCPAN )
Mojo-DOM58/lib/Mojo/DOM58.pm ( view source; MetaCPAN )
 = $self->new;
  $$new->tag(@_);
  $$new->xml($$self->xml) if ref $self;
  return $new;
}

sub TO_JSON { ${shift()}->render }

sub all_text { _text(_nodes($_[0]->tree), $_[0]->xml, 1) }

sub ancestors
tware, licensed under:

  The Artistic License 2.0 (GPL Compatible)

=head1 SEE ALSO

L<Mojo::DOM>, L<HTML::TreeBuilder>, L<XML::LibXML>, L<XML::Twig>, L<XML::Smart>

=for Pod::Coverage TO_JSON

=cut
Amon2-Auth-Site-LINE ( T/TA/TANIGUCHI/Amon2-Auth-Site-LINE-0.05.tar.gz, TANIGUCHI, 2025; MetaCPAN )
Amon2-Auth-Site-LINE/lib/Amon2/Auth/Site/LINE.pm ( view source; MetaCPAN )
package Amon2::Auth::Site::LINE;

use strict;
use warnings;
use utf8;
use URI;
use JSON;
use Mouse;
use LWP::UserAgent;
 
our $VERSION = '0.05';

sub moniker { 'line' }

has client_id => (
    is     
       return $callback->{on_error}->($res->status_line);
        }

        $token_data = decode_json($res->content);
        %api_response = (%api_response, %$token_data);
    }

    # verify access
      return $callback->{on_error}->($res->status_line);
        }

        $verify_data = decode_json($res->content);
        if ($verify_data->{client_id} ne $self->client_id) {
            return $
Test-BDD-Cucumber ( E/EH/EHUELS/Test-BDD-Cucumber-0.87.tar.gz, EHUELS, 2025; MetaCPAN )
Test-BDD-Cucumber/lib/Test/BDD/Cucumber/I18N/Data.pm ( view source; MetaCPAN )
le is a very small wrapper around the
L<gherkin-languages.json|https://github.com/cucumber/cucumber/blob/master/gherkin/gherkin-languages.json>
file from L<Gherkin|https://github.com/cucumber/cucumber
ntent from
# https://raw.githubusercontent.com/cucumber/cucumber/master/gherkin/gherkin-languages.json
#
# Refresh with:
#
#   scripts/update-i18n
#

our %languages = ('af',{'and','En ','background','
Rope-Cmd ( L/LN/LNATION/Rope-Cmd-0.08.tar.gz, LNATION, 2025; MetaCPAN )
Rope-Cmd/lib/Rope/Cmd.pm ( view source; MetaCPAN )
head1 SYNOPSIS

	package Time::Tracker;

	use Rope::Cmd;
	use Coerce::Types::Standard qw/Int Bool JSON/;

	colors (
	        title => 'bright_green',
		abstract => 'bright_red',
		options_title => 'br
		type => Bool,
		option_alias => 'e',
		description => '...'
	);

	option history => (
		type => JSON->by('decode'),
		type_coerce => 1,
		description => '...'
	);
	
	sub callback {
		my ($self) = @_
Acme-Matrix ( L/LN/LNATION/Acme-Matrix-0.09.tar.gz, LNATION, 2025; MetaCPAN )
Acme-Matrix/lib/Acme/Matrix/Cmd.pm ( view source; MetaCPAN )
package Acme::Matrix::Cmd;

use Rope::Cmd;
use Coerce::Types::Standard qw/Int Bool JSON/;
use Acme::Matrix;
use Ascii::Text;

colors (
	title => 'bright_green',
	abstract => 'green',
	options_title =>
option words => (
	type => JSON->by('decode'),
	coerce_type => 1,
	description => 'words to use in the matrix rain',
	option_alias => 'w'
);

option chars => (
	type => JSON->by('decode'),
	coerce_typ
Mojolicious-Plugin-OAuth2-Server ( L/LE/LEEJO/Mojolicious-Plugin-OAuth2-Server-0.52.tar.gz, LEEJO, 2025; MetaCPAN )
Mojolicious-Plugin-OAuth2-Server/README.pod ( view source; MetaCPAN )
ned( $type )
    or $type !~ /^(code|token)$/
  ) {
    $self->render(
      status => 400,
      json   => {
        error             => 'invalid_request',
        error_description => 'the request 
est_check_params(
    $self,$grant_type,$username,$password,$auth_code,$uri
  ) || return;

  my $json_response = {};
  my $status        = 400;

  $Grant = $grant_type eq 'password'
    ? $PasswordGr
oken,
        )
      ),
      mojo_controller   => $self,
    );

    $status        = 200;
    $json_response = {
      # RFC6749 section 5.1 says that Access Token Response should include
      # t
Test-BDD-Cucumber ( E/EH/EHUELS/Test-BDD-Cucumber-0.87.tar.gz, EHUELS, 2025; MetaCPAN )
Test-BDD-Cucumber/lib/Test/BDD/Cucumber/I18n.pm ( view source; MetaCPAN )
 if a language is supported.  Takes as argument the language
abbreviation defined in C<share/i18n.json>.

=cut

sub has_language {
    my ($language) = @_;
    return exists $Test::BDD::Cucumber::I18N
et definition of a language.  Takes as argument the language abbreviation
defined in C<share/i18n.json>.

=cut

sub langdef {
    my ($language) = @_;

    return unless has_language($language);
    r
Mojolicious-Plugin-OAuth2-Server ( L/LE/LEEJO/Mojolicious-Plugin-OAuth2-Server-0.52.tar.gz, LEEJO, 2025; MetaCPAN )
Mojolicious-Plugin-OAuth2-Server/lib/Mojolicious/Plugin/OAuth2/Server.pm ( view source; MetaCPAN )
ned( $type )
    or $type !~ /^(code|token)$/
  ) {
    $self->render(
      status => 400,
      json   => {
        error             => 'invalid_request',
        error_description => 'the request 
est_check_params(
    $self,$grant_type,$username,$password,$auth_code,$uri
  ) || return;

  my $json_response = {};
  my $status        = 400;

  $Grant = $grant_type eq 'password'
    ? $PasswordGr
oken,
        )
      ),
      mojo_controller   => $self,
    );

    $status        = 200;
    $json_response = {
      # RFC6749 section 5.1 says that Access Token Response should include
      # t
Text-Table-HTML-DataTables ( P/PE/PERLANCAR/Text-Table-HTML-DataTables-0.013.tar.gz, PERLANCAR, 2025; MetaCPAN )
Text-Table-HTML-DataTables/lib/Text/Table/HTML/DataTables.pm ( view source; MetaCPAN )
._~/:"); # : for drive notation on Windows
}

sub table {
    require HTML::Entities;
    require JSON::PP;

    my %params = @_;
    my $rows = $params{rows} or die "Must provide rows!";
    my $defa
frtip',
        buttons => ['colvis', 'print'],
    };
    push @table, 'var dt_opts = ', JSON::PP::encode_json($dt_opts), '; ';
    push @table, '$(document).ready(function() { ', (
        '$("table

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