Group
Extension

Matches 35358

CryptoTron-JsonHttp ( Z/ZT/ZTENRETEP/CryptoTron-JsonHttp-0.14.tar.gz, ZTENRETEP, 2022; MetaCPAN )
CryptoTron-JsonHttp/lib/CryptoTron/WithdrawBalance.pm ( view source; MetaCPAN )
the package version. 
our $VERSION = '0.03';

# Load the required package module.
use CryptoTron::JsonHttp;

# Load the required Perl module.
use File::Basename;

# Get the package name.
our ($MODULE_
en hash.
    $param{'ModuleName'} = $MODULE_NAME;
    # Get the ouput data.
    my $output_data = json_data(\%param);
    # Return the ouput data.
    return $output_data;
};

1;

__END__

=head1 NAME
;

  # Set the output format flag.
  my $OutputFlag = ["RAW"|"STR"];

  # Get the account info as JSON string.
  my $account_info = WithdrawBalance({
      address => $PublicKeyBase58
      [,flag    
Myriad ( D/DE/DERIV/Myriad-1.001.tar.gz, DERIV, 2022; MetaCPAN )
Myriad/lib/Myriad/RPC/Message.pod ( view source; MetaCPAN )
port.

=head2 deadline

An epoch that represents when the timeout of the message.

=head2 args

A JSON encoded string contains the argument of the procedure.

=head2 response

The response to this mes
n a simple hash with the message data, it mustn't return nested hashes
so it will convert them to JSON encoded strings.

=head2 from_hash

a static method (can't be done with Object::Pad currently) th
he format returned by C<as_hash>.

=head2 as_json

returns the message data as a JSON string.

=head2 from_json

a static method that tries to parse a JSON string
and return a L<Myriad::RPC::Message>.
Slack-RTM-Bot ( S/SH/SHMAEDA/Slack-RTM-Bot-1.15.tar.gz, SHMAEDA, 2022; MetaCPAN )
Slack-RTM-Bot/lib/Slack/RTM/Bot.pm ( view source; MetaCPAN )
Slack::RTM::Bot;

use 5.008001;
use strict;
use warnings;

use POSIX qw/sys_wait_h/;

use JSON;
use Slack::RTM::Bot::Client;

our $VERSION = "1.15";

pipe(READH, WRITEH);
select(WRITEH);
uffer = <READH>) =~ s/\n.*$//;
					if ($buffer) {
						$self->{client}->write(
							%{JSON::from_json(Encode::decode_utf8($buffer))}
						);
					}
					if (++$i % 30 == 0) {
						$self->
uffer = <READH>) =~ s/\n.*$//;
					if ($buffer) {
						$self->{client}->write(
							%{JSON::from_json(Encode::decode_utf8($buffer))}
						);
					}
					if (++$i % 30 == 0) {
						$self->
Slack-RTM-Bot ( S/SH/SHMAEDA/Slack-RTM-Bot-1.15.tar.gz, SHMAEDA, 2022; MetaCPAN )
Slack-RTM-Bot/lib/Slack/RTM/Bot/Client.pm ( view source; MetaCPAN )
package Slack::RTM::Bot::Client;

use strict;
use warnings;

use JSON;
use Encode;
use Data::Dumper;
use HTTP::Request::Common qw(POST GET);
use LWP::UserAgent;
use LWP::Protocol::https;

ps://slack.com/api/rtm.connect', [ token => $token ]);
	my $content;
	eval {
		$content = JSON::from_json($res->content);
	};
	if ($@) {
		die 'connect response fail:'.Dumper $res->content;
	}
$data =~ /.*hello.*/;
	}
}

sub write {
	my $self = shift;
	$self->{ws_client}->write(JSON::encode_json({@_}));
}

sub find_conversation_id {
	my $self = shift;
	my ($name) = @_;
	my $id =
Myriad ( D/DE/DERIV/Myriad-1.001.tar.gz, DERIV, 2022; MetaCPAN )
Myriad/lib/Myriad/RPC/Client/Implementation/Memory.pm ( view source; MetaCPAN )

        try {
            my $payload = $_;
            my $message = Myriad::RPC::Message::from_json($payload);
            if(my $pending = delete $pending_requests->{$message->message_id}) {
     
File-Dir-Dumper ( S/SH/SHLOMIF/File-Dir-Dumper-0.6.6.tar.gz, SHLOMIF, 2022; MetaCPAN )
File-Dir-Dumper/lib/File/Dir/Dumper.pm ( view source; MetaCPAN )
net/> are two projects that provide similar
functionality while utilising XML and Java instead of JSON and Perl.

=head1 ACKNOWLEDGEMENTS

=head1 COPYRIGHT & LICENSE

Copyright 2008 Shlomi Fish, all r
Myriad ( D/DE/DERIV/Myriad-1.001.tar.gz, DERIV, 2022; MetaCPAN )
Myriad/lib/Myriad/Class.pm ( view source; MetaCPAN )
* provides L<JSON::MaybeUTF8/encode_json_text>, L<JSON::MaybeUTF8/encode_json_utf8>,
L<JSON::MaybeUTF8/decode_json_text>, L<JSON::MaybeUTF8/decode_json_utf8>, L<JSON::MaybeUTF8/format_json_text>

=ite
se Scalar::Util;
use List::Util;
use List::Keywords;
use Future::Utils;
use Module::Load ();

use JSON::MaybeUTF8;
use Unicode::UTF8;

use Heap;
use IO::Async::Notifier;

use Log::Any qw($log);
use Op
 '::' . $_} = JSON::MaybeUTF8->can($_) for qw(
            encode_json_text
            encode_json_utf8
            decode_json_text
            decode_json_utf8
            format_json_text
        
File-Dir-Dumper ( S/SH/SHLOMIF/File-Dir-Dumper-0.6.6.tar.gz, SHLOMIF, 2022; MetaCPAN )
File-Dir-Dumper/lib/File/Dir/Dumper/App.pm ( view source; MetaCPAN )
nsFromArray);
use Pod::Usage   qw( pod2usage );

use File::Dir::Dumper::Scanner   ();
use Format::JSON::Stream::Writer ();

use Class::XSAccessor accessors => {
    _digest_cache        => '_digest_ca
    digest_cache_params => $self->_digest_cache_params,
        }
    );
    my $writer = Format::JSON::Stream::Writer->new(
        {
            output => $out,
        }
    );

    while ( defined
File-Dir-Dumper ( S/SH/SHLOMIF/File-Dir-Dumper-0.6.6.tar.gz, SHLOMIF, 2022; MetaCPAN )
File-Dir-Dumper/lib/File/Dir/Dumper/DigestCache/FS.pm ( view source; MetaCPAN )
e File::Basename  qw/ dirname /;
use File::Spec      ();
use File::Path 2.00 qw/ make_path /;
use JSON::MaybeXS   ();


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

    my $basepath = $args->{params}->{
 $args->{calc_cb};

    my $update = sub {
        open my $out, '>', $path;
        $out->print( JSON::MaybeXS->new( canonical => 1 )
                ->encode( +{ mtime => $mtime, digests => scalar( 
(1)
    {
        my $json =
            JSON::MaybeXS->new( canonical => 1 )->decode( _slurp($path) );
        if ( $json->{mtime} == $mtime )
        {
            return $json->{digests};
        }
WebService-Async-Segment ( D/DE/DERIV/WebService-Async-Segment-0.001.tar.gz, DERIV, 2022; MetaCPAN )
WebService-Async-Segment/lib/WebService/Async/Segment.pm ( view source; MetaCPAN )
Async::HTTP;
use IO::Async::Loop;
use Scalar::Util qw(blessed);
use URI;
use JSON::MaybeUTF8 qw(encode_json_utf8 decode_json_utf8);
use Syntax::Keyword::Try;
use Log::Any qw($log);
use Time::Moment;

>POST(
        URI->new_abs($method, $self->base_uri),
        encode_json_utf8(\%args),
        content_type => 'application/json',
        %{$self->basic_authentication},
    )->then(
        sub {
Amon2 ( T/TO/TOKUHIROM/Amon2-6.16.tar.gz, TOKUHIROM, 2022; MetaCPAN )
Amon2/lib/Amon2/Setup/Asset/jQuery.pm ( view source; MetaCPAN )
(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:J.test(i)?JSON.parse(i):i)}catch(e){}Q.set(e,t,n)}else n=void 0;return n}S.extend({hasData:function(e){return Q.
l, text/xml",json:"application/json, text/javascript"},contents:{xml:/\\bxml\\b/,html:/\\bhtml/,json:/\\bjson\\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters
:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":S.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Bt(Bt(e,S.ajaxSettings),t):Bt(S.ajaxSettings,e)},ajaxPr
JSON-XS-ByteString ( C/CI/CINDY/JSON-XS-ByteString-1.007.tar.gz, CINDY, 2022; MetaCPAN )
JSON-XS-ByteString/encode_gen.h ( view source; MetaCPAN )
){
                    if( -59074 <= iv && iv <= 59074 ){
                        // (stolen from JSON::XS)
                        // optimise the "small number case"
                        // code 
JSON-XS-ByteString ( C/CI/CINDY/JSON-XS-ByteString-1.007.tar.gz, CINDY, 2022; MetaCPAN )
JSON-XS-ByteString/ByteString.xs ( view source; MetaCPAN )
_NN(*out);
GIVEUP:
    *out = NULL;
    return str;
}

MODULE = JSON::XS::ByteString		PACKAGE = JSON::XS::ByteString		

void
encode_json(SV * data)
    PPCODE:
        visited_p = 0;
        STRLEN ne
set(out_sv, cur - SvPVX(out_sv));
        *SvEND(out_sv) = 0;
        PUSHs(out_sv);

void
encode_json_pretty(SV * data)
    PPCODE:
        visited_p = 0;
        STRLEN need_size = estimate_normal_p
set(out_sv, cur - SvPVX(out_sv));
        *SvEND(out_sv) = 0;
        PUSHs(out_sv);

void
encode_json_unblessed(SV * data)
    PPCODE:
        visited_p = 0;
        STRLEN need_size = estimate_unble
WebService-MyJSONs ( P/PO/POLETTIX/WebService-MyJSONs-0.002.tar.gz, POLETTIX, 2022; MetaCPAN )
WebService-MyJSONs/lib/WebService/MyJSONs.pod ( view source; MetaCPAN )
JSONs - Perl SDK to consume the MyJSONs web service


=head1 VERSION

This document describes WebService::MyJSONs version 0.002.

=begin html

<a href="https://travis-ci.org/polettix/WebService-MyJSON
s">
<img alt="Build Status" src="https://travis-ci.org/polettix/WebService-MyJSONs.svg?branch=master">
</a>
<a href="https://www.perl.org/">
<img alt="Perl Version" src="https://img.shields.io/badge/p
.io/pl/WebService-MyJSONs">
<img alt="Current CPAN version" src="https://badge.fury.io/pl/WebService-MyJSONs.svg">
</a>
<a href="http://cpants.cpanauthors.org/dist/WebService-MyJSONs">
<img alt="Kwali
Amon2 ( T/TO/TOKUHIROM/Amon2-6.16.tar.gz, TOKUHIROM, 2022; MetaCPAN )
Amon2/lib/Amon2/Setup/Flavor/Basic.pm ( view source; MetaCPAN )
ece'                     => '1.20',
        'Plack::Middleware::ReverseProxy' => '0.09',
        'JSON'                            => '2.50',
        'Teng'                            => '0.18',
     
cPanel-APIClient ( C/CP/CPANEL/cPanel-APIClient-0.10.tar.gz, CPANEL, 2022; MetaCPAN )
cPanel-APIClient/lib/cPanel/APIClient/Request/UAPIFromWHM1.pm ( view source; MetaCPAN )

use warnings;

use parent qw( cPanel::APIClient::Request::WHM1 );

use cPanel::APIClient::Utils::JSON    ();
use cPanel::APIClient::Response::UAPI ();

sub HTTP_RESPONSE_CLASS { return 'cPanel::APICl


    my %args = (
        cpanel_jsonapi_apiversion => 3,
        cpanel_jsonapi_module     => $module,
        cpanel_jsonapi_func       => $fn,
        cpanel_jsonapi_user       => $cpusername,
   
Amon2 ( T/TO/TOKUHIROM/Amon2-6.16.tar.gz, TOKUHIROM, 2022; MetaCPAN )
Amon2/lib/Amon2/Plugin/Web/Streaming.pm ( view source; MetaCPAN )
|| $c, 'streaming', \&_streaming);
    Amon2::Util::add_method(ref $c || $c, 'streaming_json', \&_streaming_json);
}

sub _streaming {
    my ($self, $code) = @_;
    
    return Amon2::Web::Response:
:Callback->new(
        code => sub {
            $code->(@_);
        }
    );
}

sub _streaming_json {
    my ($self, $code) = @_;

    return Amon2::Web::Response::Callback->new(
        code => su
   my $respond = shift;
            my $writer = $respond->([200, ['Content-Type' => 'application/json;charset=utf-8']]);

            my $longpoll_ctx = Amon2::Plugin::Web::Streaming::Writer->new(
  
App-BencherUtils ( P/PE/PERLANCAR/App-BencherUtils-0.245.tar.gz, PERLANCAR, 2022; MetaCPAN )
App-BencherUtils/lib/App/BencherUtils.pm ( view source; MetaCPAN )
Utils;

use 5.010001;
use strict 'subs', 'vars';
use warnings;
use Log::ger;

use Data::Clean::ForJSON;
use Function::Fallback::CoreOrPP qw(clone);
use Perinci::Object;
use Perinci::Sub::Util qw(err);
Clean::ForJSON->get_cleanser;
    $cleanser->clone_and_clean($_[0]);
}

sub _json {
    state $json = do {
        require JSON::MaybeXS;
        my $json = JSON::MaybeXS->new;
        $json->convert_
blessed(1);
        $json->allow_nonref(1);
        $json->canonical(1);
    };
    $json;
}

sub _encode_json {
    no strict 'refs'; ## no critic: TestingAndDebugging::ProhibitNoStrict
    no warnin
cPanel-APIClient ( C/CP/CPANEL/cPanel-APIClient-0.10.tar.gz, CPANEL, 2022; MetaCPAN )
cPanel-APIClient/lib/cPanel/APIClient/Request/UAPI.pm ( view source; MetaCPAN )
 warnings;

use parent qw( cPanel::APIClient::Request::HTTPBase );

use cPanel::APIClient::Utils::JSON    ();
use cPanel::APIClient::Response::UAPI ();

sub HTTP_RESPONSE_CLASS { return 'cPanel::APICl
PIClient::Utils::CLIRequest;
    return (
        '/usr/local/cpanel/bin/uapi',
        '--output=json',
        ( $username ? "--user=$username" : () ),
        @{$self}[ 0, 1 ],
        cPanel::APIC
li_response {
    my ( $self, $resp_body ) = @_;

    my $resp_struct = cPanel::APIClient::Utils::JSON::decode($resp_body);
    $resp_struct = $resp_struct->{'result'};

    return cPanel::APIClient::
cPanel-APIClient ( C/CP/CPANEL/cPanel-APIClient-0.10.tar.gz, CPANEL, 2022; MetaCPAN )
cPanel-APIClient/lib/cPanel/APIClient/Request/HTTPBase.pm ( view source; MetaCPAN )
ms as Perl itself. See L<perlartistic>.

use strict;
use warnings;

use cPanel::APIClient::Utils::JSON ();
use cPanel::APIClient::X           ();

sub get_http_method {
    return 'POST';
}

sub get_h
resp_obj->as_string() . $/ . $resp_body );
    }

    my $resp_struct = cPanel::APIClient::Utils::JSON::decode($resp_body);

    return $self->HTTP_RESPONSE_CLASS()->new(
        $self->_EXTRACT_RESPO

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