Group
Extension

Matches 35358

Geo-IPinfo ( I/IP/IPINFO/Geo-IPinfo-3.2.0.tar.gz, IPINFO, 2025; MetaCPAN )
Geo-IPinfo/lib/Geo/DetailsCore.pm ( view source; MetaCPAN )
 reference
    my $self = { $key => $data };
    bless $self, $class;
    return $self;
}

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

sub ip { return $_[0]->{ip}; }
sub geo { return $_
perl ( C/CO/CONTRA/perl-5.43.5.tar.gz, DROLSKY, 2025; MetaCPAN )
perl/pod/perl5140delta.pod ( view source; MetaCPAN )
des a standard library to read, interpret and write CPAN distribution
metadata files (like F<META.json> and F<META.yml>) that describe a
distribution, its contents, and the requirements for building i
binaries like L<curl(1)> or L<wget(1)>.

=item *

L<JSON::PP> 2.27105 has been added as a dual-life module to allow CPAN
clients to read F<META.json> files in CPAN distributions.

=item *

L<Module::M
ights:

=over 4

=item * much less configuration dialog hassle

=item * support for F<META/MYMETA.json>

=item * support for L<local::lib>

=item * support for L<HTTP::Tiny> to reduce the dependency o
Travel-Status-DE-DBRIS ( D/DE/DERF/Travel-Status-DE-DBRIS-0.18.tar.gz, DERF, 2025; MetaCPAN )
Travel-Status-DE-DBRIS/lib/Travel/Status/DE/DBRIS/Operators.pm ( view source; MetaCPAN )
s;

# vim:readonly
# This module has been automatically generated from share/admin-id-to-operator.json
# by lib/Travel/Status/DE/DBRIS/Operators.pm.PL.
# Do not edit, changes will be lost.

use strict
ings;
use 5.020;
use utf8;

our $VERSION = '0.18';

# Automatically generated, see share/stations.json
my %admin_id_to_operator = (
'OWRE' => ['RE', 'Ostdeutsche Eisenbahn GmbH'],
'8006D2' => ['DB', '
Lib-Pepper ( C/CA/CAVAC/Lib-Pepper-0.4.tar.gz, CAVAC, 2025; MetaCPAN )
Lib-Pepper/peppererrors.h ( view source; MetaCPAN )
Core_Invalid_Json_Node                         = -557,
    pepFunctionResult_Failure_Core_Invalid_Json_Node_Name                    = -558,
    pepFunctionResult_Failure_Core_Invalid_Json_Node_Value  
Failure_Core_Json_Structure_Reading                    = -561,
    pepFunctionResult_Failure_Core_Json_Structure_Writing                    = -562,
    pepFunctionResult_Failure_Core_Json_Node_Not_Fou
ure_Core_Json_Path_Parsing                         = -564,
    pepFunctionResult_Failure_Core_Invalid_Json_Tree                         = -565,
    pepFunctionResult_Failure_Core_Invalid_Json_File_Nam
Data-TOON ( Y/YT/YTURTLE/Data-TOON-0.02.tar.gz, YTURTLE, 2025; MetaCPAN )
Data-TOON/lib/Data/TOON.pm ( view source; MetaCPAN )
nterprise
              members: 8

=head1 TOON FORMAT FEATURES

=head2 Data Types

TOON supports JSON data types:

=over 4

=item B<Object> - Unordered collection of key-value pairs

    user:
      
scape sequences are supported:

    text: "Line 1\nLine 2"
    path: "C:\\Program Files\\App"
    json: "Use \" to escape quotes"

=head2 Root Forms

Documents can start with different root types:

  
 * L<TOON Specification|https://github.com/toon-format/spec/blob/main/SPEC.md>

=item * L<JSON|https://www.json.org/> - Data model foundation

=item * L<YAML|https://yaml.org/> - Similar indentation-b
Geo-IPinfo ( I/IP/IPINFO/Geo-IPinfo-3.2.0.tar.gz, IPINFO, 2025; MetaCPAN )
Geo-IPinfo/lib/Geo/DetailsPlus.pm ( view source; MetaCPAN )
 reference
    my $self = { $key => $data };
    bless $self, $class;
    return $self;
}

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

sub ip { return $_[0]->{ip}; }
sub hostname { retu
Geo-IPinfo ( I/IP/IPINFO/Geo-IPinfo-3.2.0.tar.gz, IPINFO, 2025; MetaCPAN )
Geo-IPinfo/lib/Geo/DetailsLite.pm ( view source; MetaCPAN )
;
    bless $self, $class;
    return $self;
}

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

    # Return a copy of the object as a hash reference for JSON encoding
    return {%$self};
}


sub ip {
    return
lain string. It defaults to an empty string if not provided.

=head2 TO_JSON

This method is used to convert the object to a JSON representation.

=head2 ip

    my $ip_address = $geo_details->ip();

perl ( C/CO/CONTRA/perl-5.43.5.tar.gz, DROLSKY, 2025; MetaCPAN )
perl/dist/Storable/Storable.pm ( view source; MetaCPAN )
and more-likely safe serialization format
and implementation. If your data is sufficently simple, JSON is a good
choice and offers maximum interoperability.

=head1 WARNING

If you're using references
perl ( C/CO/CONTRA/perl-5.43.5.tar.gz, DROLSKY, 2025; MetaCPAN )
perl/Porting/Maintainers.pl ( view source; MetaCPAN )
NSTALL INSTALL.SKIP LICENSE Makefile.PL
    MANIFEST MANIFEST.SKIP META.yml MYMETA.yml META.json MYMETA.json
    NEW NOTES perlcritic.rc ppport.h README README.PATCHING SIGNATURE
    THANKS TODO Todo 
 t/data/META-dynamic.json
                t/data/META-dynamic.yml
                t/data/META-static.json
                t/data/META-static.yml
                t/data/MYMETA.json
                t/da
 => 'cpan',
    },

    'JSON::PP' => {
        'MAINTAINER'   => 'makamaka',
        'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27200.tar.gz',
        'FILES'        => q[cpan/JSON-PP],
        'EXCLUDED'
WebService-Akeneo ( H/HD/HDELGADO/WebService-Akeneo-0.001.tar.gz, HDELGADO, 2025; MetaCPAN )
WebService-Akeneo/lib/WebService/Akeneo/Auth.pm ( view source; MetaCPAN )
es->code,message=>$res->message,body=>($res->body//''))->throw if $res->is_error;
  my $j = $res->json; $token = $j->{access_token}; $refresh = $j->{refresh_token}//$refresh; $expires_at = time + ($j-
es->code,message=>$res->message,body=>($res->body//''))->throw if $res->is_error;
  my $j = $res->json; $token = $j->{access_token}; $refresh = $j->{refresh_token}//$refresh; $expires_at = time + ($j-
MouseX-OO_Modulino ( H/HK/HKOBA/MouseX-OO_Modulino-0.03.tar.gz, HKOBA, 2025; MetaCPAN )
MouseX-OO_Modulino/lib/MouseX/OO_Modulino.pod ( view source; MetaCPAN )
=encoding utf-8

=head1 NAME

MouseX::OO_Modulino - Turn your Mouse class into JSON-aware Object-Oriented Modulino.

=head1 SYNOPSIS

    #!/usr/bin/env perl
    package MyModule;
    use MouseX::OO_M
d to the method.

Option format: C<--name> or C<--name=value> (no space between name and value).

JSON values in options and arguments are automatically decoded:

=for code sh

  $ ./MyScript.pm --con
ar context (default is list context)

=item C<--output=FORMAT>

Output format: C<jsonl> (default), C<json>(alias of jsonl), C<dump>

=item C<--undef_as=STRING>

How to represent undef in TSV output (d
WebService-Akeneo ( H/HD/HDELGADO/WebService-Akeneo-0.001.tar.gz, HDELGADO, 2025; MetaCPAN )
WebService-Akeneo/lib/WebService/Akeneo/Transport.pm ( view source; MetaCPAN )
'0.001';
use v5.38;

use Object::Pad;

use Mojo::UserAgent;
use Mojo::URL;
use Mojo::JSON qw(encode_json decode_json);

use Time::HiRes 'sleep';

use WebService::Akeneo::HTTPError;

class WebService::
s = { Accept=>'application/json', Authorization => 'Bearer ' . $auth->bearer };
  my $tx;

  if (exists $opt{ndjson}) {
    my $records = $opt{ndjson} // [];
    die 'ndjson must be arrayref' unless r
;
    die 'ndjson array empty' unless @$records;
    my $ndjson = join("", map { encode_json($_)."\n" } @$records);
    $headers->{'Content-Type'} = 'application/vnd.akeneo.collection+json';
    $tx =
JSON-Schema-Validate ( J/JD/JDEGUEST/JSON-Schema-Validate-v0.5.1.tar.gz, JDEGUEST, 2025; MetaCPAN )
JSON-Schema-Validate/lib/JSON/Schema/Validate/Error.pod ( view source; MetaCPAN )
ng utf-8

=head1 NAME

JSON::Schema::Validate::Error - JSON Schema Exception

=head1 SYNOPSIS

    use JSON::Schema::Validate::Error;

    # Legacy 2-arg form:
    my $err = JSON::Schema::Validate::Er
or->new( '/user/name', 'minLength violated' );

    # Named-arg form (recommended):
    my $err = JSON::Schema::Validate::Error->new(
        path            => '/user/name',
        message         =
horter than minLength 1"

    # Comparisons (compare by message+path):
    say 'same' if( $err eq JSON::Schema::Validate::Error->new( '/user/name', 'string shorter than minLength 1' ) );

    # Hash v
Astro-ADS ( D/DU/DUFFEE/Astro-ADS-1.92.tar.gz, DUFFEE, 2025; MetaCPAN )
Astro-ADS/lib/Astro/ADS/Metrics.pm ( view source; MetaCPAN )
trict; # do we want -signatures
use Mojo::DOM;
use Mojo::File qw( path );
use Mojo::JSON qw( decode_json encode_json );
use Mojo::URL;
use Mojo::Util qw( quote url_escape );
use PerlX::Maybe;
use Type
 };
        return Astro::ADS::Result->new( {error => $error_obj} );
    }

    return $response->json;
}

sub fetch {
    my ($self, $bibcode) = @_;

    $bibcode ||= $self->bibcode()
        or die 
se_url->clone->path($path);
    my $response = $self->get_response( $url );
    return $response->json;
}

sub batch {
    my ($self, $bibcodes, $options) = @_;
    my $url = $self->base_url->clone->p
Daje-Database-Model ( J/JA/JANESKIL/Tools/Daje-Database-Model-0.09.tar.gz, JANESKIL, 2025; MetaCPAN )
Daje-Database-Model/lib/Daje/Database/Model/Super/DocumentBuilder.pm ( view source; MetaCPAN )
has 'fields' => "document_builder_pkey, editnum, insby, insdatetime, modby, moddatetime, document_json, status";
has 'primary_key_name' => "document_builder_pkey";
has 'table_name' => "document_builde
WebService-Akeneo ( H/HD/HDELGADO/WebService-Akeneo-0.001.tar.gz, HDELGADO, 2025; MetaCPAN )
WebService-Akeneo/lib/WebService/Akeneo/Resource/Products.pm ( view source; MetaCPAN )
ad)   { $t->request('PATCH', "/products/$code", json   => $payload) }
method upsert_ndjson ($records)   { $t->request('PATCH', "/products",       ndjson => $records) }
method list (%params)           
Astro-ADS ( D/DU/DUFFEE/Astro-ADS-1.92.tar.gz, DUFFEE, 2025; MetaCPAN )
Astro-ADS/lib/Astro/ADS/QTree.pm ( view source; MetaCPAN )
);

    my $result = $search->query_tree();
    say $result->qtree;

    $result->move_to( 'qtree.json' );

=head1 DESCRIPTION

The QTree class holds the
L<response|https://ui.adsabs.harvard.edu/help/
App-cpm ( S/SK/SKAJI/App-cpm-0.998001.tar.gz, SKAJI, 2025; MetaCPAN )
App-cpm/lib/App/cpm/Builder/Static.pm ( view source; MetaCPAN )
PERL_MB_OPT})] : [];
        $self->{configure_args} = [@_];
	$self->meta->save(@$_) for ['MYMETA.json'], [ 'MYMETA.yml' => { version => 1.4 } ];
}

1;

=head1 COPYRIGHT AND LICENSE

This software is 
perl ( C/CO/CONTRA/perl-5.43.5.tar.gz, DROLSKY, 2025; MetaCPAN )
perl/Porting/corelist.pl ( view source; MetaCPAN )
<$fh> };
}

sub parse_cpan_meta($) {
    return Parse::CPAN::Meta->${
	$_[0] =~ /\A\x7b/ ? \"load_json_string" : \"load_yaml_string"
    }($_[0]);
}

my %module_to_upstream;
my %module_to_dist;
my %di
MouseX-OO_Modulino ( H/HK/HKOBA/MouseX-OO_Modulino-0.03.tar.gz, HKOBA, 2025; MetaCPAN )
MouseX-OO_Modulino/lib/MouseX/OO_Modulino.pm ( view source; MetaCPAN )

use JSON::MaybeXS ();
use constant USING_CPANEL_JSON_XS => JSON::MaybeXS::JSON()->isa("Cpanel::JSON::XS");

#========================================

has output => (is => 'rw', default => 'jsonl');
es;
  }

  \@res;
}

sub cli_output {
  my ($self, $item) = @_;

  my $format = $self->output // "jsonl";

  my $emitter = $self->can("cli_write_fh_as_$format")
    or Carp::croak "No such output form
s_json = *cli_write_fh_as_jsonl; *cli_write_fh_as_json = *cli_write_fh_as_jsonl;
sub cli_write_fh_as_jsonl {
  my ($self, $outFH, $item) = @_;
  print $outFH (
    ref $item ? $self->cli_encode_json($

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