Group
Extension

Matches 35358

MetaPOD-Format-JSON ( K/KE/KENTNL/MetaPOD-Format-JSON-0.3.0.tar.gz, KENTNL, 2013; MetaCPAN )
MetaPOD-Format-JSON/corpus/json/02_format_inherit_array.pm ( view source; MetaCPAN )
use strict;
use warnings;

=begin MetaPOD::JSON v1.0.0

{
    "namespace":"Example",
    "inherits": [ "Bar", "Baz" ]
}

=end MetaPOD::JSON


ElasticSearchX-Model-Generator ( K/KE/KENTNL/ElasticSearchX-Model-Generator-0.1.8.tar.gz, KENTNL, 2013; MetaCPAN )
ElasticSearchX-Model-Generator/maint-travis-ci/lib/tools.pm ( view source; MetaCPAN )
= cwd();
  chdir '/tmp/cpan-fixes';
  cpanm(@params);
  chdir $cwd;
}

sub parse_meta_json {
  $_[0] ||= 'META.json';
  require CPAN::Meta;
  return CPAN::Meta->load_file( $_[0] );
}

sub capture_stdo
ixes;
  $caller_stash->{cpanm_fix}          = *cpanm_fix;
  $caller_stash->{parse_meta_json}    = *parse_meta_json;
  $caller_stash->{capture_stdout}     = *capture_stdout;
  $caller_stash->{deploy_st
MetaPOD-Format-JSON ( K/KE/KENTNL/MetaPOD-Format-JSON-0.3.0.tar.gz, KENTNL, 2013; MetaCPAN )
MetaPOD-Format-JSON/corpus/json/01_format_basic.pm ( view source; MetaCPAN )
use strict;
use warnings;

=begin MetaPOD::JSON v1.0.0

{
    "namespace":"Example",
    "inherits":"Bar"
}

=end MetaPOD::JSON


App-MadEye-Plugin-Notify-HipChat ( K/KA/KAZUPH/App-MadEye-Plugin-Notify-HipChat-0.02.tar.gz, KAZUPH, 2013; MetaCPAN )
App-MadEye-Plugin-Notify-HipChat/lib/App/MadEye/Plugin/Notify/HipChat.pm ( view source; MetaCPAN )
      = $conf->{color}          // "yellow";
    my $format         = $conf->{format}         // "json";

    while ( my ( $plugin, $results ) = each %$args ) {
        $plugin =~ s/.+::Agent:://;
   
ed: no (defalut: yellow)
        format:
            type: str
            required: no (defalut: json)

=head1 SEE ALSO

L<App::MadEye>, L<HipChat API|https://www.hipchat.com/docs/api/method/rooms/me
ElasticSearchX-Model-Generator ( K/KE/KENTNL/ElasticSearchX-Model-Generator-0.1.8.tar.gz, KENTNL, 2013; MetaCPAN )
ElasticSearchX-Model-Generator/lib/ElasticSearchX/Model/Generator.pm ( view source; MetaCPAN )
__mapping_data {
  my $self    = shift;
  my $content = $self->_mapping_content;
  require JSON;
  return JSON->new()->utf8(1)->decode($content);
}


## no critic ( RequireArgUnpacking ProhibitBuiltin
ontent of the URL at C<mapping_url>

=head2 _build__mapping_data

returns the decoded data from C<JSON> stored in C<_mapping_content>

=head1 AUTHOR

Kent Fredric <kentfredric@gmail.com>

=head1 COPYR
ElasticSearchX-Model-Generator ( K/KE/KENTNL/ElasticSearchX-Model-Generator-0.1.8.tar.gz, KENTNL, 2013; MetaCPAN )
ElasticSearchX-Model-Generator/lib/ElasticSearchX/Model/Generator/AttributeGenerator.pm ( view source; MetaCPAN )
};
    require Scalar::Util;
    if ( Scalar::Util::blessed($d) and Scalar::Util::blessed($d) eq 'JSON::XS::Boolean' ) {
      $properties{$name} = ( $d ? 1 : undef );
      return;
    }
    if ( $d 
tegenerator->generate(
    propertydata => ... Property definition from JSON ...
    propertyname => ... Property name from JSON ...
    index        => ... Name of current index ...
    typename     
MetaPOD-Format-JSON ( K/KE/KENTNL/MetaPOD-Format-JSON-0.3.0.tar.gz, KENTNL, 2013; MetaCPAN )
MetaPOD-Format-JSON/maint-travis-ci/install_deps.pl ( view source; MetaCPAN )
  if ( env_true('AUTHOR_TESTING') or env_true('RELEASE_TESTING') ) {
    my $prereqs = parse_meta_json()->effective_prereqs;
    my $reqs = $prereqs->requirements_for( 'develop', 'requires' );
    my 
MooseX-TypeArray ( K/KE/KENTNL/MooseX-TypeArray-0.2.0-TRIAL.tar.gz, KENTNL, 2013; MetaCPAN )
MooseX-TypeArray/maint-travis-ci/lib/tools.pm ( view source; MetaCPAN )
= cwd();
  chdir '/tmp/cpan-fixes';
  cpanm(@params);
  chdir $cwd;
}

sub parse_meta_json {
  $_[0] ||= 'META.json';
  require CPAN::Meta;
  return CPAN::Meta->load_file( $_[0] );
}

sub capture_stdo
ixes;
  $caller_stash->{cpanm_fix}          = *cpanm_fix;
  $caller_stash->{parse_meta_json}    = *parse_meta_json;
  $caller_stash->{capture_stdout}     = *capture_stdout;
  $caller_stash->{deploy_st
MetaPOD-Format-JSON ( K/KE/KENTNL/MetaPOD-Format-JSON-0.3.0.tar.gz, KENTNL, 2013; MetaCPAN )
MetaPOD-Format-JSON/corpus/json/03_format_inherit_multi.pm ( view source; MetaCPAN )
 strict;
use warnings;

=begin MetaPOD::JSON v1.0.0

{
    "namespace":"Example",
    "inherits": [ "Bar", "Baz" ]
}

=end MetaPOD::JSON

=cut

=for MetaPOD::JSON v1.0.0 { "inherits": "Quux" }

=cut

Net-Duowan-DNS ( Y/YH/YHPENG/Net-Duowan-DNS-1.2.0.tgz, YHPENG, 2013; MetaCPAN )
Net-Duowan-DNS/lib/Net/Duowan/DNS/Zones.pm ( view source; MetaCPAN )
package Net::Duowan::DNS::Zones;

use 5.006;
use warnings;
use strict;
use Carp qw/croak/;
use JSON;
use base 'Net::Duowan::DNS::Common';

use vars qw/$VERSION/;
$VERSION = '1.2.0';

sub new {
    my 
Net-Duowan-DNS ( Y/YH/YHPENG/Net-Duowan-DNS-1.2.0.tgz, YHPENG, 2013; MetaCPAN )
Net-Duowan-DNS/lib/Net/Duowan/DNS/Common.pm ( view source; MetaCPAN )
package Net::Duowan::DNS::Common;

use 5.006;
use warnings;
use strict;
use Carp qw/croak/;
use JSON;
use HTTP::Request::Common qw(POST);
use LWP::UserAgent;

use vars qw/$VERSION/;
$VERSION = '1.2.0'
eq = POST $url, [ %args ];
    my $res = $ua->request($req);

    if ($res->is_success ) {
        return from_json( $res->decoded_content );
    } else {
        croak $res->status_line;
    }
}

1;
MooseX-TypeArray ( K/KE/KENTNL/MooseX-TypeArray-0.2.0-TRIAL.tar.gz, KENTNL, 2013; MetaCPAN )
MooseX-TypeArray/maint-travis-ci/install_deps.pl ( view source; MetaCPAN )
  if ( env_true('AUTHOR_TESTING') or env_true('RELEASE_TESTING') ) {
    my $prereqs = parse_meta_json()->effective_prereqs;
    my $reqs = $prereqs->requirements_for( 'develop', 'requires' );
    my 
Net-Duowan-DNS ( Y/YH/YHPENG/Net-Duowan-DNS-1.2.0.tgz, YHPENG, 2013; MetaCPAN )
Net-Duowan-DNS/lib/Net/Duowan/DNS/Records.pm ( view source; MetaCPAN )
package Net::Duowan::DNS::Records;

use 5.006;
use warnings;
use strict;
use Carp qw/croak/;
use JSON;
use base 'Net::Duowan::DNS::Common';

use vars qw/$VERSION/;
$VERSION = '1.2.0';

sub new {
    m
less (ref $records) {
        croak "records must be an array reference";
    }
    $records = to_json($records);

    my $psp = $self->{psp};
    my $token = $self->{token};
    my $act = 'bulk_rec_n
Amon2-Auth-Site-Instagram ( N/NT/NTAKANASI/Amon2-Auth-Site-Instagram-0.01.tar.gz, NTAKANASI, 2013; MetaCPAN )
Amon2-Auth-Site-Instagram/lib/Amon2/Auth/Site/Instagram.pm ( view source; MetaCPAN )
package Amon2::Auth::Site::Instagram;
use Mouse;

use JSON;
use LWP::UserAgent;
use URI;

our $VERSION = "0.01";

has client_id => (
    is       => 'ro',
    isa      => 'Str',
    required => 1,
);
content;
        return $callback->{on_error}->($res->decoded_content);
    };

    $res = decode_json $res->content;

    my @args = ($res->{access_token});
    push @args, $res->{user} if $self->use
Net-Duowan-DNS ( Y/YH/YHPENG/Net-Duowan-DNS-1.2.0.tgz, YHPENG, 2013; MetaCPAN )
Net-Duowan-DNS/lib/Net/Duowan/DNS/Owner.pm ( view source; MetaCPAN )
package Net::Duowan::DNS::Owner;

use 5.006;
use warnings;
use strict;
use Carp qw/croak/;
use JSON;
use base 'Net::Duowan::DNS::Common';

use vars qw/$VERSION/;
$VERSION = '1.2.0';

sub new {
    my 
MetaPOD-Format-JSON ( K/KE/KENTNL/MetaPOD-Format-JSON-0.3.0.tar.gz, KENTNL, 2013; MetaCPAN )
MetaPOD-Format-JSON/maint-travis-ci/lib/tools.pm ( view source; MetaCPAN )
= cwd();
  chdir '/tmp/cpan-fixes';
  cpanm(@params);
  chdir $cwd;
}

sub parse_meta_json {
  $_[0] ||= 'META.json';
  require CPAN::Meta;
  return CPAN::Meta->load_file( $_[0] );
}

sub capture_stdo
ixes;
  $caller_stash->{cpanm_fix}          = *cpanm_fix;
  $caller_stash->{parse_meta_json}    = *parse_meta_json;
  $caller_stash->{capture_stdout}     = *capture_stdout;
  $caller_stash->{deploy_st
ElasticSearchX-Model-Generator ( K/KE/KENTNL/ElasticSearchX-Model-Generator-0.1.8.tar.gz, KENTNL, 2013; MetaCPAN )
ElasticSearchX-Model-Generator/maint-travis-ci/install_deps.pl ( view source; MetaCPAN )
  if ( env_true('AUTHOR_TESTING') or env_true('RELEASE_TESTING') ) {
    my $prereqs = parse_meta_json()->effective_prereqs;
    my $reqs = $prereqs->requirements_for( 'develop', 'requires' );
    my 
Finance-btce ( B/BE/BENMEYER/Finance-btce-0.1.tar.gz, BENMEYER, 2013; MetaCPAN )
Finance-btce/lib/Finance/btce.pm ( view source; MetaCPAN )
package Finance::btce;

use 5.012004;
use strict;
use warnings;
use JSON;
use LWP::UserAgent;
use Carp qw(croak);
use Digest::SHA qw( hmac_sha512_hex);
use WWW::Mechanize;

require Exporter;

our @ISA
EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );

our @EXPORT = qw(new);

our $VERSION = '0.1';

our $json = JSON->new->allow_nonref;

sub BTCtoUSD
{
	return BtceConversion('btc_usd');
}

sub LTCtoBTC
{
	ret
n' => $hash);
	$mech->post($url, ['method' => 'getInfo', 'nonce' => $nonce]);
	my %apireturn = %{$json->decode($mech->content())};

	return \%apireturn;
}

sub TransHistory
{
	my ($self, $args) = @_;
Data-Serializable ( R/RO/ROBINS/Data-Serializable-0.41.0.tar.gz, ROBINS, 2013; MetaCPAN )
Data-Serializable/lib/Data/Serializable.pm ( view source; MetaCPAN )
 @_;
    # JSON doesn't know how to serialize anything but hashrefs
    # FIXME: Technically we should allow array-ref, as JSON standard allows it
    if ( $module eq 'Data::Serializer::JSON' ) {
    
}
    return $obj;
}

# Unwrap JSON previously wrapped with _wrap_invalid()
sub _unwrap_invalid {
    my ($module, $obj) = @_;
    if ( $module eq 'Data::Serializer::JSON' ) {
        if ( ref($obj) e
;
    my $obj = MyClass->new( serializer_module => 'JSON' );
    my $json = $obj->serialize( "Foo" );
    ...
    my $str = $obj->deserialize( $json );

=head1 DESCRIPTION

A Moose-based role that ena
ShardedKV-Continuum-CHash ( S/SM/SMUELLER/ShardedKV-Continuum-CHash-0.01.tar.gz, SMUELLER, 2013; MetaCPAN )
ShardedKV-Continuum-CHash/lib/ShardedKV/Continuum/CHash.pm ( view source; MetaCPAN )
ased on Algorithm::ConsistentHash::CHash
use Algorithm::ConsistentHash::CHash;
use JSON::XS qw(encode_json decode_json);

with 'ShardedKV::Continuum';

has '_orig_continuum_spec' => (
  is => 'ro',
);
 lose the logger!") if $logger;
  encode_json( $self->_orig_continuum_spec )
}

sub deserialize {
  my $class = shift;
  return $class->new(from => decode_json( $_[1] ));
}

sub clone {
  my $self = s

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