Group
Extension

Matches 35358

WordList-Phrase-EN-Quote-JamesFT ( P/PE/PERLANCAR/WordList-Phrase-EN-Quote-JamesFT-0.002.tar.gz, PERLANCAR, 2023; MetaCPAN )
WordList-Phrase-EN-Quote-JamesFT/lib/WordList/Phrase/EN/Quote/JamesFT.pm ( view source; MetaCPAN )
s::Quotes::JamesFT>, which in turn is retrieved from
L<https://github.com/JamesFT/Database-Quotes-JSON>.

=head1 WORDLIST STATISTICS

 +----------------------------------+------------------+
 | key   
PayProp-API-Public-Client ( Y/YA/YANGAK/PayProp-API-Public-Client-0.04.tar.gz, YANGAK, 2023; MetaCPAN )
PayProp-API-Public-Client/lib/PayProp/API/Public/Client/Request/Entity/Invoice.pm ( view source; MetaCPAN )
ntent = $args->{content};

	return $self
		->api_request_p({
			method => 'POST',
			content => { json => $content },
			handle_response_cb => sub { $self->_get_invoice( @_ ) },
		})
	;
}


sub update
> $path_params,
			content => { json => $content },
			handle_response_cb => sub { $self->_get_invoice( @_ ) },
		})
	;
}

sub _get_invoice {
	my ( $self, $response_json ) = @_;

	my $Invoice = PayPro
_json->{id},
		tax                => $response_json->{tax},
		amount             => $response_json->{amount},
		has_tax            => $response_json->{has_tax},
		end_date           => $response_json-
PayProp-API-Public-Client ( Y/YA/YANGAK/PayProp-API-Public-Client-0.04.tar.gz, YANGAK, 2023; MetaCPAN )
PayProp-API-Public-Client/lib/PayProp/API/Public/Client/Response/Entity/Payment.pm ( view source; MetaCPAN )
nings;

use Mouse;
use Mouse::Util::TypeConstraints;
with qw/ PayProp::API::Public::Client::Role::JSON /;

subtype 'NumOrStr' => as 'Num | Str';

has id                    => ( is => 'ro', isa => 'Str
PayProp-API-Public-Client ( Y/YA/YANGAK/PayProp-API-Public-Client-0.04.tar.gz, YANGAK, 2023; MetaCPAN )
PayProp-API-Public-Client/lib/PayProp/API/Public/Client/Request/Tags.pm ( view source; MetaCPAN )
ntent = $args->{content};

	return $self
		->api_request_p({
			method => 'POST',
			content => { json => $content },
			handle_response_cb => sub { $self->_get_tags( @_ ) },
		})
	;
}

sub link_entit
rn $self
		->api_request_p({
			method => 'POST',
			path_params => $path_params,
			content => { json => $content },
			handle_response_cb => sub { $self->_get_tags( @_ ) },
		})
	;
}

sub list_tagge
urn $self
		->api_request_p({
			method => 'PUT',
			path_params => $path_params,
			content => { json => $req_content },
			handle_response_cb => sub { $self->_get_tags( @_ ) },
		})
	;
}

sub delete
PayProp-API-Public-Client ( Y/YA/YANGAK/PayProp-API-Public-Client-0.04.tar.gz, YANGAK, 2023; MetaCPAN )
PayProp-API-Public-Client/lib/PayProp/API/Public/Client/Role/APIRequest.pm ( view source; MetaCPAN )
>json;
		} )
		->then( sub {
			my ( $response_json ) = @_;

			return (
				( $handle_response_cb ? $handle_response_cb->( $response_json ) : $response_json ),
				{
					pagination => $response_json
 {
	my ( $self, $Result ) = @_;

	return undef if $Result->is_success;

	my $json = $Result->json // {};
	my $errors = $json->{errors} // [ { path => '/NO_PATH', message => 'NO_ERROR_MESSAGE' } ];

	P
PayProp-API-Public-Client ( Y/YA/YANGAK/PayProp-API-Public-Client-0.04.tar.gz, YANGAK, 2023; MetaCPAN )
PayProp-API-Public-Client/lib/PayProp/API/Public/Client/Response/Entity/Invoice.pm ( view source; MetaCPAN )
nings;

use Mouse;
use Mouse::Util::TypeConstraints;
with qw/ PayProp::API::Public::Client::Role::JSON /;


has id                  => ( is => 'ro', isa => 'Str' );
has tax                 => ( is  =>
PayProp-API-Public-Client ( Y/YA/YANGAK/PayProp-API-Public-Client-0.04.tar.gz, YANGAK, 2023; MetaCPAN )
PayProp-API-Public-Client/lib/PayProp/API/Public/Client/Role/Request.pm ( view source; MetaCPAN )
 for returned values.

	$self
		->post_req_p({
			params => {},
			headers => {},
			content => { json => { ... } },
		})
		->then( sub {
			my ( $Transaction, ... ) = @_;
			...;
		} )
		->wait
	;

=
> for returned values.

	$self
		->put_req_p({
			params => {},
			headers => {},
			content => { json => { ... } },
		})
		->then( sub {
			my ( $Transaction, ... ) = @_;
			...;
		} )
		->wait
	;

=
Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Kind/Value.pm ( view source; MetaCPAN )
ub mutate {
  my ($self, $code, @args) = @_;

  return $self->set($self->$code(@args));
}

sub TO_JSON {
  my ($self) = @_;

  return $self->get;
}

1;



=head1 NAME

Venus::Kind::Value - Value Base 
Perinci-CmdLine-Lite ( P/PE/PERLANCAR/Perinci-CmdLine-Lite-1.929.tar.gz, PERLANCAR, 2023; MetaCPAN )
Perinci-CmdLine-Lite/lib/Perinci/CmdLine/Lite.pm ( view source; MetaCPAN )
te_args => (
    is=>'rw',
    default => 1,
);

my $formats = [qw/text text-simple text-pretty json json-pretty csv termtable html html+datatables perl vd/];

sub BUILD {
    my ($self, $args) = @_;
           schema => ['str*' => in => $formats],
            };
            $copts->{json}        = { $_copy->('json'), };
            $copts->{naked_res}   = { $_copy->('naked_res'), };
            $
    $self->{common_opts} = $copts;
    }

    $self->{formats} //= $formats;

    $self->{per_arg_json} //= 1;
}

my $setup_progress;
sub _setup_progress_output {
    my $self = shift;

    return unl
Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Config.pm ( view source; MetaCPAN )
read_json_file',
  json => 'read_json_file',
  perl => 'read_perl_file',
  pl => 'read_perl_file',
  yaml => 'read_yaml_file',
  yml => 'read_yaml_file',
};

state $writer = {
  js => 'write_json_file
',
  json => 'write_json_file',
  perl => 'write_perl_file',
  pl => 'write_perl_file',
  yaml => 'write_yaml_file',
  yml => 'write_yaml_file',
};

# BUILDERS

sub build_args {
  my ($self, $data) = 
elf->class->new;
  }
}

sub read_json {
  my ($self, $data) = @_;

  require Venus::Json;

  return $self->class->new(Venus::Json->new->decode($data));
}

sub read_json_file {
  my ($self, $file) = @_
Perinci-CmdLine-Lite ( P/PE/PERLANCAR/Perinci-CmdLine-Lite-1.929.tar.gz, PERLANCAR, 2023; MetaCPAN )
Perinci-CmdLine-Lite/lib/Perinci/CmdLine/Base.pm ( view source; MetaCPAN )
wn_opts => (is=>'rw', default=>0);
has pass_cmdline_object => (is=>'rw', default=>0);
has per_arg_json => (is=>'rw');
has per_arg_yaml => (is=>'rw');
has program_name => (
    is=>'rw',
    default =>
   is => 'rw',
    lazy => 1,
    default => sub {
        require Data::Clean::ForJSON;
        Data::Clean::ForJSON->get_cleanser;
    },
);
has use_cleanser => (is=>'rw', default=>1);

has extra_ur
},

    format => {
        getopt  => 'format=s',
        summary => 'Choose output format, e.g. json, text',
        description => <<'_',

Output can be displayed in multiple formats, and a suitabl
Perinci-CmdLine-Lite ( P/PE/PERLANCAR/Perinci-CmdLine-Lite-1.929.tar.gz, PERLANCAR, 2023; MetaCPAN )
Perinci-CmdLine-Lite/lib/Perinci/CmdLine/Plugin/Run/Normal.pm ( view source; MetaCPAN )
{format}    = $co->{format}{default} if $co->{format};

    # EXPERIMENTAL, set default format to json if we are running in a pipeline
    # and the right side of the pipe is the 'td' program
    {
  
     $pipeinfo->{cmdline} =~ m!\A([^\0]*[/\\])?perl\0([^\0]*[/\\])?td\0!;
        $r->{format} = 'json';
    }

    $r->{format} //= $self->cmdline->default_format;

    if ($self->cmdline->read_confi
Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Boolean.pm ( view source; MetaCPAN )
my ($value) = @_;

  require JSON::PP;

  my $isdual = Scalar::Util::isdual($value);

  if ($isdual && ("$value" && "$value" == "1" && ($value + 0) == 1)) {
    return JSON::PP::true();
  }
  elsif ($
isdual && (("$value" eq "") || ("$value" == "0" && ($value + 0) == 0))) {
    return JSON::PP::false();
  }
  else {
    return $value;
  }
}

sub TO_BOOL_TFO {
  my ($value) = @_;

  my $isdual = Sca
$value + 0) == 0))) {
    return Venus::False->new;
  }
  else {
    return $value;
  }
}

sub TO_JSON {
  my ($self) = @_;

  no strict 'refs';

  return $self->get ? $true_ref : $false_ref;
}

sub T
App-AutoCRUD ( D/DA/DAMI/App-AutoCRUD-0.15.tar.gz, DAMI, 2023; MetaCPAN )
App-AutoCRUD/lib/App/AutoCRUD/Controller/Join.pm ( view source; MetaCPAN )
:AutoCRUD::Controller';
use SQL::Abstract::More;
use Clone                      qw/clone/;
use JSON;
use URI;

use namespace::clean -except => 'meta';

#---------------------------------------
Neo4j-Types ( A/AJ/AJNN/Neo4j-Types-2.00.tar.gz, AJNN, 2023; MetaCPAN )
Neo4j-Types/lib/Neo4j/Types/ImplementorNotes.pod ( view source; MetaCPAN )
users, who need to use unary coercions.

 $string = '' . $number;
 $number =  0 + $string;

The L<JSON::Types> distribution offers a way to do unary
coercions in a way that might be more expressive.
I
/"true"> and
L<C<builtin::false>|builtin/"false">

=item On older Perl versions:

C<L<JSON::PP>::true> and
C<L<JSON::PP>::false>

=back

When running on v5.36 or newer, both of these boolean types
sho
oolean status,
especially outside XS code. See L<perlapi/"boolSV">,
L<makamaka/JSON-PP#49|https://github.com/makamaka/JSON-PP/issues/49>.)

Optionally, your implementation may offer users a way
to cho
Venus ( A/AW/AWNCORP/Venus-4.15.tar.gz, AWNCORP, 2023; MetaCPAN )
Venus/lib/Venus/Role/Printable.pm ( view source; MetaCPAN )
s) = @_;

  return $self->printer($self->dump(@args));
}

sub print_json {
  my ($self, $method, @args) = @_;

  require Venus::Json;

  my $value = $method ? scalar($self->$method(@args)) : $self;

 
) {
    $value = $value->value if $value->isa('Venus::Kind');
  }

  return $self->printer(Venus::Json->new($value)->encode);
}

sub print_pretty {
  my ($self, @args) = @_;

  return $self->printer($
 @_;

  return $self->printer($self->dump(@args), "\n");
}

sub say_json {
  my ($self, $method, @args) = @_;

  require Venus::Json;

  my $value = $method ? scalar($self->$method(@args)) : $self;

 
Bencher-Scenarios-Log-ger ( P/PE/PERLANCAR/Bencher-Scenarios-Log-ger-0.019.tar.gz, PERLANCAR, 2023; MetaCPAN )
Bencher-Scenarios-Log-ger/lib/Bencher/ScenarioR/Log/ger/LayoutStartup.pm ( view source; MetaCPAN )
# VERSION

our $results = [[200,"OK",[{_name=>"participant=load-JSON",_succinct_name=>"load-JSON",errors=>7.5e-06,participant=>"load-JSON",pct_faster_vs_slowest=>0,pct_slower_vs_fastest=>1.01238390092
,type=>"command"},{include_by_default=>1,module=>"Log::ger::Layout::JSON",name=>"load-JSON",perl_cmdline=>["-mLog::ger::Layout::JSON","-e1"],seq=>1,type=>"command"},{include_by_default=>1,module=>"Log
nc.module_versions"=>{"Benchmark::Dumb"=>0.503,"Devel::Platform::Info"=>"1.00","Log::ger::Layout::JSON"=>0.002,"Log::ger::Layout::LTSV"=>0.006,"Log::ger::Layout::Pattern"=>0.008,"Log::ger::Layout::YAM
App-AutoCRUD ( D/DA/DAMI/App-AutoCRUD-0.15.tar.gz, DAMI, 2023; MetaCPAN )
App-AutoCRUD/lib/App/AutoCRUD/Controller/Table.pm ( view source; MetaCPAN )
ntroller';
use SQL::Abstract::More 1.27;
use List::MoreUtils            qw/mesh firstval/;
use JSON::MaybeXS ();
use URI;

use namespace::clean -except => 'meta';

#---------------------------
= 1 foreach @cols;
    my $data = $self->descr($table);
    $data->{init_form} = $self->_encode_json($req_data);
    return $data;
  }
}


sub update {
  my ($self, $table) = @_;

  $self->
lit qr[/], $noupd;
  }

  # initial values for the form
  $data->{init_form} = $self->_encode_json($req_data);

  return $data;
}


sub delete {
  my ($self, $table) = @_;

  $self->_chec
WebService-Kramerius-API4 ( S/SK/SKIM/WebService-Kramerius-API4-0.02.tar.gz, SKIM, 2023; MetaCPAN )
WebService-Kramerius-API4/API4/Feed.pm ( view source; MetaCPAN )
ence to hash with options:

=over

=item * C<policy>

=item * C<type>

=back

Returns string with JSON.

=head2 C<mostdesirable>

 my $mostdesirable = $obj->mostdesirable($opts_hr);

Get most desirabl
options:

=over

=item * C<limit>

=item * C<offset>

=item * C<type>

=back

Returns string with JSON.

=head2 C<newest>

 my $newest = $obj->newest($opts_hr);

Get newest feed from Kramerius system.
options:

=over

=item * C<limit>

=item * C<offset>

=item * C<type>

=back

Returns string with JSON.

=head1 ERRORS

 new():
         Parameter 'library_url' is required.
         From Class::Utils
WebService-Kramerius-API4 ( S/SK/SKIM/WebService-Kramerius-API4-0.02.tar.gz, SKIM, 2023; MetaCPAN )
WebService-Kramerius-API4/API4/User.pm ( view source; MetaCPAN )
ile from Kramerius system.

Returns string with JSON.

=head2 C<user>

 my $user = $obj->user;

Get user from Kramerius system.

Returns string with JSON.

=head1 ERRORS

 new():
         Parameter 'l
us::API4::User->new(
         'library_url' => $library_url,
 );

 my $profile_json = $obj->profile;

 print $profile_json."\n";

 # Output for 'http://kramerius.mzk.cz/', pretty print.
 # {}

=head1 
ramerius::API4::User->new(
         'library_url' => $library_url,
 );

 my $user_json = $obj->user;

 print $user_json."\n";

 # Output for 'http://kramerius.mzk.cz/', pretty print.
 # {
 #   "lname"

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