libjson-parse-perl 0.62-1build3 source package in Ubuntu

Changelog

libjson-parse-perl (0.62-1build3) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:51:46 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libjson-parse-perl_0.62.orig.tar.gz 87.4 KiB 6273180f9392497401ddd6d820706f5aa86c1be88891dd6aab4d906b5cff66d9
libjson-parse-perl_0.62-1build3.debian.tar.xz 2.6 KiB 1fec72f7527b8c13a8120424e07d7ff8e3b72e9c84d19fa9e7fec5cc3b88e625
libjson-parse-perl_0.62-1build3.dsc 2.1 KiB ea0927bf392c5131abd504eb28d9fff11f3a7fd2fbd0d3dd42fe17a6d818bf10

Available diffs

View changes file

Binary packages built by this source

libjson-parse-perl: module to read JSON into a Perl variable

 JSON::Parse is a module for parsing JSON.
 .
 It offers the function parse_json(), which takes a string containing JSON,
 and returns an equivalent Perl structure. It also offers validation of JSON
 via valid_json(), which returns true or false depending on whether the JSON
 is correct or not, and assert_valid_json(), which produces a descriptive
 fatal error if the JSON is invalid. A function json_file_to_perl() reads JSON
 from a file, and there is a safer version of parse_json() called
 parse_json_safe() which doesn't throw exceptions. For special cases of
 parsing, there are also methods new() and run(), which create a JSON parsing
 object and run it on text.
 .
 JSON::Parse accepts only UTF-8 as input.

libjson-parse-perl-dbgsym: debug symbols for libjson-parse-perl