Group
Extension

Matches 35358

Data-Dump ( G/GA/GARU/Data-Dump-1.25.tar.gz, GARU, 2021; MetaCPAN )
Data-Dump/lib/Data/Dump.pm ( view source; MetaCPAN )
'(1, 2, 3)'>.

=head1 SEE ALSO

L<Data::Dump::Filtered>, L<Data::Dump::Trace>, L<Data::Dumper>, L<JSON>,
L<Storable>

=head1 AUTHORS

The C<Data::Dump> module is written by Gisle Aas <gisle@aas.no>, b
Dist-Zilla-PluginBundle-MAXMIND ( M/MA/MAXMIND/Dist-Zilla-PluginBundle-MAXMIND-0.84.tar.gz, MAXMIND, 2021; MetaCPAN )
Dist-Zilla-PluginBundle-MAXMIND/lib/Dist/Zilla/PluginBundle/MAXMIND.pm ( view source; MetaCPAN )
la::Plugin::Meta::Contributors;
use Dist::Zilla::Plugin::MetaConfig;
use Dist::Zilla::Plugin::MetaJSON;
use Dist::Zilla::Plugin::MetaProvides::Package;
use Dist::Zilla::Plugin::MetaResources;
use Dist
dWeaver;
use Dist::Zilla::Plugin::Test::CPAN::Changes;
use Dist::Zilla::Plugin::Test::CPAN::Meta::JSON;
use Dist::Zilla::Plugin::Test::CleanNamespaces;
use Dist::Zilla::Plugin::Test::Compile;
use Dist
index => 1 } ],
        qw(
            Meta::Contributors
            MetaConfig
            MetaJSON
            MetaYAML
        ),
    );
}

sub _meta_resources {
    my $self = shift;

    my %re
Interchange-Search-Solr ( H/HO/HORNBURG/Interchange-Search-Solr-0.21.tar.gz, HORNBURG, 2021; MetaCPAN )
Interchange-Search-Solr/lib/Interchange/Search/Solr/Response.pm ( view source; MetaCPAN )
nse = $self->raw_response;

    if ($http_response->code == 400) {
        # look at deserialized JSON
        my $content = $self->content;

        if (exists $content->{error}->{msg}) {
           
Finance-SE-IDX ( P/PE/PERLANCAR/Finance-SE-IDX-0.008.tar.gz, PERLANCAR, 2021; MetaCPAN )
Finance-SE-IDX/lib/Finance/SE/IDX.pm ( view source; MetaCPAN )

sub _get_json {
    my $url = shift;

    state $ff = do {
        require Firefox::Marionette;
        Firefox::Marionette->new;
    };

    log_debug "";
    my $json = $ff->go($url)->json;
    [20
0, "OK", $json];
}

#sub _get_json_with_lwp {
#    state $ua = do { require LWP::UserAgent::Plugin; LWP::UserAgent::Plugin->new };
#
#    my $url = shift;
#
#    my $res = $ua->get($url);
#    return 
 $res->message] unless $res->is_success;
#    require JSON::MaybeXS;
#    [200, "OK", JSON::MaybeXS::decode_json($res->content)];
#}

sub _get_json_with_curl {
    require HTTP::Tinyish;
    no warnin
Mojolicious-Plugin-Future ( D/DB/DBOOK/Mojolicious-Plugin-Future-0.002.tar.gz, DBOOK, 2021; MetaCPAN )
Mojolicious-Plugin-Future/lib/Mojolicious/Plugin/Future.pm ( view source; MetaCPAN )
>{message});
   });
   $c->adopt_future($f->on_done(sub {
     my ($result) = @_;
     $c->render(json => {result => $result->text});
   }));
 };
 
 get '/future_returning' => sub {
   my $c = shift;
eturn returns_another_future(@result);
   })->on_done(sub {
     my @result = @_;
     $c->render(json => {result => \@result});
   }));
 };

=head1 DESCRIPTION

L<Mojolicious::Plugin::Future> is a co
Mojolicious-Plugin-Subprocess ( D/DB/DBOOK/Mojolicious-Plugin-Subprocess-1.002.tar.gz, DBOOK, 2021; MetaCPAN )
Mojolicious-Plugin-Subprocess/lib/Mojolicious/Plugin/Subprocess.pm ( view source; MetaCPAN )
s(sub {
      return do_slow_stuff();
    }, sub {
      my ($c, @results) = @_;
      $c->render(json => \@results);
    });
  };
  
  # or use Sereal as serializer
  plugin 'Subprocess' => {use_sere
Mojo-Promise-Role-Futurify ( D/DB/DBOOK/Mojo-Promise-Role-Futurify-v1.0.1.tar.gz, DBOOK, 2021; MetaCPAN )
Mojo-Promise-Role-Futurify/lib/Mojo/Promise/Role/Futurify.pm ( view source; MetaCPAN )
   
    my $tx = $c->render_later->tx;
    $f->on_done(sub {
      my @txs = @_;
      $c->render(json => [titles => map { $_->res->dom->at('title')->text } @txs]);
    })->on_fail(sub {
      $c->rep
Bundle-W3C-Validator ( D/DH/DHM/Bundle-W3C-Validator-1.4.tar.gz, DHM, 2021; MetaCPAN )
Bundle-W3C-Validator/lib/Bundle/W3C/Validator.pm ( view source; MetaCPAN )
l)
 HTTP::Headers::Auth
 HTTP::Headers::Util
 HTTP::Message 1.52
 HTTP::Negotiate
 HTTP::Request
 JSON 2.00
 LWP::UserAgent 2.032
 Net::IP
 Net::hostent
 SGML::Parser::OpenSP 0.991
 Socket
 URI 1.53
 
dta-tokwrap ( M/MO/MOOCOW/dta-tokwrap-0.98.tar.gz, MOOCOW, 2021; MetaCPAN )
dta-tokwrap/doc/programs/dtatw-sanitize-header.perl.pod ( view source; MetaCPAN )
utf8);
#use Time::HiRes qw(gettimeofday tv_interval);
#use Unicruft;

use DB_File;
use Fcntl;
use JSON;

use Pod::Usage;

use strict;

##---------------------------------------------------------------
- var: aux db
our $aux_dbfile = undef;    ##-- auxiliary db (Berkeley DB, ($basename => $metadata_json)
our $aux_xpath  = 'fileDesc[@n="ddc-aux"]';

##-- var: user XPaths
our %user_xpaths   = qw();  #
{
  my $meta = from_json($aux_buf, {utf8=>!utf8::is_utf8($aux_buf), relaxed=>1, allow_nonref=>1, allow_unknown=>1})
    or die("$prog: $basename: ERROR: failed to parse aux-db JSON metatdata '$aux_buf
Mojolicious-Plugin-ForwardedFor ( D/DB/DBOOK/Mojolicious-Plugin-ForwardedFor-0.002.tar.gz, DBOOK, 2021; MetaCPAN )
Mojolicious-Plugin-ForwardedFor/lib/Mojolicious/Plugin/ForwardedFor.pm ( view source; MetaCPAN )
 2}; # number of reverse proxies you control
  any '/' => sub {
    my $c = shift;
    $c->render(json => {remote_addr => $c->forwarded_for});
  };
  app->start;

=head1 DESCRIPTION

L<Mojolicious> su
Net-Payment-CCAvenue-NonSeamless ( S/SH/SHARDIWAL/Net-Payment-CCAvenue-NonSeamless-0.02.tar.gz, SHARDIWAL, 2021; MetaCPAN )
Net-Payment-CCAvenue-NonSeamless/lib/Net/Payment/CCAvenue/NonSeamless.pm ( view source; MetaCPAN )
ibutes

=head2 request_type

Sets the request type. Default as C<JSON>.

=head2 response_type

Sets the response type. Default as C<JSON>.

=head2 request_version

Sets the response version. Default a
type response_type)] => (
    is      => 'ro',
    isa     => 'Str',
    default => sub { return 'JSON' },
);

has request_version => (
    is      => 'ro',
    isa     => 'Str',
    default => sub { 
Interchange-Search-Solr ( H/HO/HORNBURG/Interchange-Search-Solr-0.21.tar.gz, HORNBURG, 2021; MetaCPAN )
Interchange-Search-Solr/lib/Interchange/Search/Solr/UpdateIndex.pm ( view source; MetaCPAN )


Queries index.

=cut

sub query {
	my ($self, $query) = @_;
	my $url = $self->url . '/select?wt=json&'.$query;
	my $response = $self->agent->get($url);
	print $url."\n\r---------------\n\r";
	return
WebService-LogicMonitor ( I/IO/IOANR/WebService-LogicMonitor-0.211560.tar.gz, IOANR, 2021; MetaCPAN )
WebService-LogicMonitor/lib/WebService/LogicMonitor/EscalationChain/Recipient.pm ( view source; MetaCPAN )
rw');    # array of str - emails?
has type    => (is => 'rw');    # enum? admin|arbitrary

sub TO_JSON {
    my $self = shift;

    my %hash = %{$self};

    return \%hash;
}

1;

__END__

=pod

=enco
WebService-LogicMonitor ( I/IO/IOANR/WebService-LogicMonitor-0.211560.tar.gz, IOANR, 2021; MetaCPAN )
WebService-LogicMonitor/lib/WebService/LogicMonitor/EscalationChain/Destination.pm ( view source; MetaCPAN )
e   => (is => 'rw');    # enum simple|timebased
has stages => (is => 'rw');    # arrayref

sub TO_JSON {
    my $self = shift;

    my @stages;

    #$self->stages
    return [{
            type   => 
WebService-LogicMonitor ( I/IO/IOANR/WebService-LogicMonitor-0.211560.tar.gz, IOANR, 2021; MetaCPAN )
WebService-LogicMonitor/lib/WebService/LogicMonitor/EscalationChain.pm ( view source; MetaCPAN )
age WebService::LogicMonitor::EscalationChain;

# ABSTRACT: An escalation chain

use v5.16.3;
use JSON qw//;
use WebService::LogicMonitor::EscalationChain::Destination;
use WebService::LogicMonitor::E
$self->$key;
    }

    my $json = JSON->new;

    foreach my $key (qw/destination ccdestination/) {
        next unless $self->$key;
        $params{$key} =
          $json->allow_blessed->convert_bl
WebService-LogicMonitor ( I/IO/IOANR/WebService-LogicMonitor-0.211560.tar.gz, IOANR, 2021; MetaCPAN )
WebService-LogicMonitor/lib/WebService/LogicMonitor.pm ( view source; MetaCPAN )
e v5.16.3;    # minimum for CentOS 7
use autodie;
use Carp;
use DateTime;
use LWP::UserAgent;
use JSON;
use List::Util 'first';
use List::MoreUtils 'zip';
use Log::Any qw/$log/;
use URI::QueryParam;
u
 sprintf("HTTP error! %d - %s\n", $res->code, $res->message);
    }

    my $res_decoded = decode_json $res->decoded_content;

    if ($res_decoded->{status} != 200) {
        croak(
            sprin
WebService-LogicMonitor ( I/IO/IOANR/WebService-LogicMonitor-0.211560.tar.gz, IOANR, 2021; MetaCPAN )
WebService-LogicMonitor/lib/WebService/LogicMonitor/Account/Role.pm ( view source; MetaCPAN )
iption => (is => 'ro');
has name        => (is => 'ro');
has privileges  => (is => 'ro');

sub TO_JSON {
    my $self = shift;

    my %hash = %{$self};

    return \%hash;
}

1;

__END__

=pod

=enco
App-cryp-mn ( P/PE/PERLANCAR/App-cryp-mn-0.004.tar.gz, PERLANCAR, 2021; MetaCPAN )
App-cryp-mn/lib/App/cryp/Masternode/bulwark.pm ( view source; MetaCPAN )


use 5.010001;
use strict;
use warnings;
use Log::ger;

use IPC::System::Options qw(system);
use JSON::MaybeXS;
use String::ShellQuote;

use Role::Tiny::With;
with 'App::cryp::Role::Masternode';

sub
d;
                eval { $output_decoded = JSON::MaybeXS->new->decode($output) };
                if ($@) {
                    log_error "Can't decode JSON output '$output', skipped";
              
Finance-Dogechain ( C/CH/CHROMATIC/Finance-Dogechain-1.20210605.1754.tar.gz, CHROMATIC, 2021; MetaCPAN )
Finance-Dogechain/lib/Finance/Dogechain/Base.pm ( view source; MetaCPAN )
se_url . $url_path )->result;

    if ($res->is_success) {
        my $json = $res->json;
        return $json->{$field} if $json->{success};
        return 0;
    }

    return;
}

'to the moon';
__E
nstructor,
calls the API. If the result is successful, extracts and returns the JSON data
structure in the returned JSON payload at the top-level field provided in
C<$field>.

Returns an undefined val
Finance-Dogechain ( C/CH/CHROMATIC/Finance-Dogechain-1.20210605.1754.tar.gz, CHROMATIC, 2021; MetaCPAN )
Finance-Dogechain/lib/Finance/Dogechain/Address.pm ( view source; MetaCPAN )
->return_field_if_success( '/unspent/' . $self->address, 'unspent_outputs' )->@*
    ];
}

sub TO_JSON($self) {
    return '[Finance::Dogechain::Address](address => ' . $self->address . ')';
}

'to th
n unsuccessful payload.

=head2 TO_JSON()

Returns a string representation of this object (its class and C<address>) so that
you can serialize this object with L<JSON>.

=head1 COPYRIGHT & LICENSE

Co

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