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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:44:14 +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-1build2.debian.tar.xz 2.6 KiB c93c841c5fc9f5085e13b79b91527082d6df8e7c5f72c018a184d274cf148ef6
libjson-parse-perl_0.62-1build2.dsc 2.1 KiB e79835be1a653c2a1eaa4d7ead7a20319269e82928bdb57453f4fa26a07c3739

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