Group
Extension

Matches 35358

App-Dochazka-REST ( S/SM/SMITHFARM/App-Dochazka-REST-0.559.tar.gz, SMITHFARM, 2022; MetaCPAN )
App-Dochazka-REST/lib/App/Dochazka/REST/Model/Schedhistory.pm ( view source; MetaCPAN )
sid) NOT NULL,
        effective  timestamp NOT NULL,
        remark     text,
        stamp      json
      );

=head3 Stored procedures

This table also includes two stored procedures -- C<sid_at_ti
App-Dochazka-REST ( S/SM/SMITHFARM/App-Dochazka-REST-0.559.tar.gz, SMITHFARM, 2022; MetaCPAN )
App-Dochazka-REST/lib/App/Dochazka/REST/Model/Schedintvls.pm ( view source; MetaCPAN )
a::REST::ConnBank qw( $dbix_conn );
use App::Dochazka::REST::Model::Shared;
use Data::Dumper;
use JSON;
use Params::Validate qw( :all );
use Try::Tiny;

# we get 'spawn', 'reset', and accessors from p
;
    return $status;
}


=head2 json

Instance method. Returns a JSON string representation of the schedule.

=cut

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

    return JSON->new->utf8->canonical(1)->encode
Finance-IG ( M/MA/MARKWIN/Finance-IG-0.103.tar.gz, MARKWIN, 2022; MetaCPAN )
Finance-IG/Testing/trans_test.pl ( view source; MetaCPAN )
'}; 

use Package::Alias
    'REST::Client'=>'Finance::IG::REST::Client'
;

use Finance::IG; 
use JSON; 
my $ig; 

# with Testing::Record::REST::Client need correct data 
$ig=Finance::IG->new(
       
$key}=~s/\xA3/£/g; 
         $p1->{$key}=~s/£-/-£/; 
       } 
       if (ref($p1->{$key}) eq 'JSON::PP::Boolean')
       {  
           $p1->{$key}=$p1->{$key}?1:0; 
       }  
       
     } 
   
$key}=~s/\xA3/£/g; 
         $p1->{$key}=~s/£-/-£/; 
       } 
       if (ref($p1->{$key}) eq 'JSON::PP::Boolean')
       {  
           $p1->{$key}=$p1->{$key}?1:0; 
       }  
       
       prin
Test-Deep-URI ( N/NF/NFG/Test-Deep-URI-0.05.tar.gz, NFG, 2022; MetaCPAN )
Test-Deep-URI/lib/Test/Deep/URI.pm ( view source; MetaCPAN )
t and/or modify
it under the same terms as Perl itself.

=head1 SEE ALSO

=over 4

=item L<Test::Deep>

=item L<Test::Deep::JSON>

=item L<Test::Deep::Filter>

=item L<Test2::Tools::URL>

=back

=cut
Dancer2-Plugin-FormValidator ( A/AL/ALEXPAN/Dancer2-Plugin-FormValidator-1.04.tar.gz, ALEXPAN, 2022; MetaCPAN )
Dancer2-Plugin-FormValidator/lib/Dancer2/Plugin/FormValidator.pm ( view source; MetaCPAN )


    post '/subscribe' => sub {
        if (not validate profile => $validator) {
            to_json errors;
        }
    };

=head1 BUGS AND LIMITATIONS

If you find one, please let me know.

=hea
Dancer2-Plugin-GraphQL ( E/ET/ETJ/Dancer2-Plugin-GraphQL-0.09.tar.gz, ETJ, 2022; MetaCPAN )
Dancer2-Plugin-GraphQL/lib/Dancer2/Plugin/GraphQL.pm ( view source; MetaCPAN )
};

my $JSON = JSON::MaybeXS->new->utf8->allow_nonref;
sub _safe_serialize {
  my $data = shift or return 'undefined';
  my $json = $JSON->encode( $data );
  $json =~ s#/#\\/#g;
  return $json;
}

# D
   my $body = $JSON->decode($app->request->body);
    my $data = eval { $handler->($app, $body, $EXECUTE) };
    $data = { errors => [ { message => $@ } ] } if $@;
    $app->send_as(JSON => $data);
  
ntly:
  graphql '/graphql' => $schema => sub {
    my ($app, $body, $execute) = @_;
    # returns JSON-able Perl data
    $execute->(
      $schema,
      $body->{query},
      undef, # $root_value
  
SMS-Send-CZ-Bulkgate ( R/RA/RADIUSCZ/SMS-Send-CZ-Bulkgate-2.004.tar.gz, RADIUSCZ, 2022; MetaCPAN )
SMS-Send-CZ-Bulkgate/lib/SMS/Send/CZ/Bulkgate.pm ( view source; MetaCPAN )
ttps;
use DateTime qw();
use base 'SMS::Send::Driver';
use Log::LogLite;
use Text::Unidecode;
use JSON;

sub new {
	my $class  = shift;
	my %params = @_;

	my $LOG_FILE = "/var/log/bulkgate.log";
	my 
 \%params );

    if( $res->{'_rc'} == 200 ) {
    	my $json = decode_json($res->{'_content'});
    	if (defined $json->{data}->{status} && $json->{data}->{status} eq 'accepted') {
            $self->
;
    	}
    }
    else {
        my $json = eval { decode_json($res->{'_content'}) };
        $self->log("Error " . $res->{'_rc'} . ": " . (defined $json ? $json->{error} : 'unexpected error'), 4);
 
Dist-Zilla-Plugin-DynamicPrereqs ( E/ET/ETHER/Dist-Zilla-Plugin-DynamicPrereqs-0.040.tar.gz, ETHER, 2022; MetaCPAN )
Dist-Zilla-Plugin-DynamicPrereqs/lib/Dist/Zilla/Plugin/DynamicPrereqs.pm ( view source; MetaCPAN )
C<TEST_REQUIRES>, and therefore modify the prerequisites in the user's
F<MYMETA.yml> and F<MYMETA.json> based on conditions found on the user's system.

The C<dynamic_config> field in L<metadata|CPAN:
TA_ADD> or
C<META_MERGE> Makefile arguments, and these are ignored for the generation of F<MYMETA.json>.)

=head1 SEE ALSO

=over 4

=item *

L<Dist::Zilla::Plugin::MakeMaker>

=item *

L<ExtUtils::Ma
RT-Extension-PagerDuty ( B/BP/BPS/RT-Extension-PagerDuty-0.01.tar.gz, BPS, 2022; MetaCPAN )
RT-Extension-PagerDuty/lib/RT/Action/UpdatePagerDuty.pm ( view source; MetaCPAN )
",
                details => $content
            }
        }
    );

    my $post_content = JSON::to_json( \%post_content );

    RT->Logger->debug("PagerDuty POST: $post_content");

# https://devel
pt',
        'application/vnd.pagerduty+json;version=2',
        'Authorization',
        "Token token=$token",
        'Content-Type',
        'application/json',
        'From',
        $user,
     
mes "prettier" so maybe map _ => - and uppercase first letter of each word?
    my $return = JSON::from_json( $resp->decoded_content );
    my ( $status, $msg ) = $self->TicketObj->AddCustomFieldValue
Catmandu-Identifier ( V/VP/VPEIL/Catmandu-Identifier-0.15.tar.gz, VPEIL, 2022; MetaCPAN )
Catmandu-Identifier/lib/Memento/TimeTravel.pm ( view source; MetaCPAN )
package Memento::TimeTravel;

our $VERSION = '0.15';

use strict;
use Moo;
use JSON;
use Scalar::Util qw(blessed);
use LWP::Simple;

sub find_mementos {
    my ($self, $uri, $date) = @_;

    unless (
avel.mementoweb.org/api/json/%s/%s",
        $date, $uri;

    my $mementos = get($api_call);

    return undef unless defined($mementos) && length($mementos);

    decode_json($mementos);
}

=head1 N
Amon2-Plugin-Web-CpanelJSON ( K/KF/KFLY/Amon2-Plugin-Web-CpanelJSON-0.01.tar.gz, KFLY, 2022; MetaCPAN )
Amon2-Plugin-Web-CpanelJSON/lib/Amon2/Plugin/Web/CpanelJSON.pm ( view source; MetaCPAN )
package Amon2::Plugin::Web::CpanelJSON;
use strict;
use warnings;

use Amon2::Util ();
use Cpanel::JSON::XS ();
use Scalar::Util qw(blessed);
use HTTP::SecureHeaders;

our $VERSION = "0.01";

my %DEFA
ULT_CONFIG = (
    name => 'render_json',

    # for security
    # refs https://cheatsheetseries.owasp.org/cheatsheets/REST_Security_Cheat_Sheet.html#security-headers
    secure_headers => {
        
      => '1; mode=block',
        referrer_policy                   => 'no-referrer',
    },

    json_escape_filter => {
        # Ref: https://cheatsheetseries.owasp.org/cheatsheets/XSS_Filter_Evasi
Types-JsonCoercions ( T/TO/TOBYINK/Types-JsonCoercions-0.001.tar.gz, TOBYINK, 2022; MetaCPAN )
Types-JsonCoercions/lib/Types/JsonCoercions.pm ( view source; MetaCPAN )
use 5.008009;
use strict;
use warnings;

package Types::JsonCoercions;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION   = '0.001';

use Type::Library 1.004
	-base,
	-declare => qw( ArrayRefJ HashRefJ 
JSON;

sub _code_to_load_package {
	my ( $me, $pkg, $keyword ) = ( shift, @_ );
	$keyword ||= 'do';
	return sprintf(
		'%s { require %s; q[%s] }',
		$keyword,
		$pkg,
		$pkg,
	);
}

sub _code_for_json
		'$%s::JSON ||= ( %s or %s )->new',
		$me,
		$me->_code_to_load_package( 'JSON::MaybeXS', 'eval' ),
		$me->_code_to_load_package( 'JSON::PP' ),
	);
}

my $meta = __PACKAGE__->meta;

my $ToJson = $met
MojoX-Twitter ( F/FA/FAYLAND/MojoX-Twitter-0.07.tar.gz, FAYLAND, 2022; MetaCPAN )
MojoX-Twitter/lib/MojoX/Twitter.pm ( view source; MetaCPAN )
se v5.10;
use Carp qw/croak/;
use Mojo::Base -base;
use Mojo::UserAgent;
use Mojo::URL;
use Mojo::JSON 'j';
use Digest::SHA 'hmac_sha1';
use MIME::Base64 'encode_base64';
use URI::Escape 'uri_escape_u
= '/' . $command if $command !~ m{^/};
    my $url = "https://api.twitter.com/1.1" . $command . ".json";

    my $auth_str = $self->__build_auth_header($method, $url, $params);

    my @extra;
    if 
age}" if $err->{code};
        croak "Connection error: $err->{message}";
    }

    return $res->json;
}

sub streaming {
    my ($self, $url, $params, $callback) = @_;

    my $auth_str = $self->__b
Geo-GeoNames ( N/NH/NHORNE/Geo-GeoNames-1.14.tar.gz, NHORNE, 2022; MetaCPAN )
Geo-GeoNames/lib/Geo/GeoNames.pm ( view source; MetaCPAN )
nfo                        => 'countryInfo?',
	earthquakes                         => 'earthquakesJSON?',
	find_nearby_placename               => 'findNearbyPlaceName?',
	find_nearby_postalcodes      
	}
			$i++;
			}
		}
	return \@result;
	}

sub _parse_json_result {
	require JSON;
	my( $self, $geonamesresponse ) = @_;
	my @result;
	return JSON->new->utf8->decode($geonamesresponse);
	}

sub _parse
pe to determine which parse method to use.
	# we accept text/xml, text/plain (how do see if it is JSON or not?)
	my $mime_type = $response->headers->content_type || '';

	my $body = '';
	if ($response
App-TemplateCMD ( I/IV/IVANWILLS/App-TemplateCMD-v0.6.12.tar.gz, IVANWILLS, 2022; MetaCPAN )
App-TemplateCMD/lib/App/TemplateCMD.pm ( view source; MetaCPAN )
;
use Readonly;
use Template;
use Template::Provider;
use File::ShareDir qw/dist_dir/;
use JSON qw/decode_json/;
use base qw/Exporter/;

our $VERSION     = version->new('0.6.12');
our @EXPORT_OK   = q
    my ($arg, $value) = split /=/, $file, 2;
            $default->{args}->{$arg} = eval { decode_json($value) } || $value;
        }
        else {

            # store the "real" file
            pu
App-TemplateCMD ( I/IV/IVANWILLS/App-TemplateCMD-v0.6.12.tar.gz, IVANWILLS, 2022; MetaCPAN )
App-TemplateCMD/templates/perl/package/dancer/child.pm ( view source; MetaCPAN )
params };

    return responce($json);
};

sub responce {
    my ($json) = @_;

    if (params->{callback}) {
        return params->{callback} . '(' . encode_json($json) . ');';
    }

    push_heade
ONS';
    push_header 'Access-Control-Allow-Headers'     => 'Content-Type';

    return encode_json($json);
}

start;

=__END__

=head1 NAME

[% module %] - <One-line description of module's purpose>
Log-ger-Manual ( P/PE/PERLANCAR/Log-ger-Manual-0.040.000.tar.gz, PERLANCAR, 2022; MetaCPAN )
Log-ger-Manual/lib/Log/ger/Manual/Tutorial/481_Output_Composite.pod ( view source; MetaCPAN )
e current user (and/or IP, and/or process ID, etc). A simple
format for the access log is JSON, where each JSON object (hash) is printed as a
single line and contains the necessary information pieces 
POE-Component-ElasticSearch-Indexer ( B/BL/BLHOTSKY/POE-Component-ElasticSearch-Indexer-0.015.tar.gz, BLHOTSKY, 2022; MetaCPAN )
POE-Component-ElasticSearch-Indexer/bin/file-to-elasticsearch.pl ( view source; MetaCPAN )
:Long::Descriptive qw(describe_options);
use Hash::Merge::Simple qw(merge);
use JSON::MaybeXS qw(decode_json encode_json);
use Log::Log4perl qw(:easy);
use Module::Load qw(load);
use Module::Loaded qw
$instr->{decode} ];
        foreach my $decoder ( @{ $decoders } ) {
            if( $decoder eq 'json' ) {
                my $start = index('{', $line);
                my $blob  = $start > 0 ? subs

                    $new = decode_json($blob);
                    1;
                } or do {
                    my $err = $@;
                    TRACE("Bad JSON, error: $err\n$blob");
          
POE-Component-ElasticSearch-Indexer ( B/BL/BLHOTSKY/POE-Component-ElasticSearch-Indexer-0.015.tar.gz, BLHOTSKY, 2022; MetaCPAN )
POE-Component-ElasticSearch-Indexer/lib/POE/Component/ElasticSearch/Indexer.pm ( view source; MetaCPAN )
est::MD5 qw(md5_hex);
use Digest::SHA1 qw(sha1_hex);
use Fcntl qw(:flock);
use HTTP::Request;
use JSON::MaybeXS;
use List::Util qw(shuffle);
use Log::Log4perl qw(:easy);
use Path::Tiny;
use POSIX qw(s
        eval {
            $details = decode_json($r->content);
        } or do {
            my $error = $@;
            WARN("es_version() not valid JSON: $error");
        };
        if( defined $d
request
            $record = sprintf("%s\n%s\n",
                encode_json({ index => \%meta }),
                encode_json($doc),
            );
        }
        elsif( !is_ref($doc) ) {
       
Dancer2-Template-Obj2HTML ( P/PE/PERO/Dancer2-Template-Obj2HTML-0.12.tar.gz, PERO, 2022; MetaCPAN )
Dancer2-Template-Obj2HTML/lib/Dancer2/Template/Obj2HTML.pm ( view source; MetaCPAN )
bj2HTML;
$Dancer2::Template::Obj2HTML::VERSION = '0.12';

use strict;
use warnings;

use Moo;
use JSON;
use HTML::Obj2HTML;
with 'Dancer2::Core::Role::Template';

has page_loc => (
    is      => 'rw'

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