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

Changelog

libjson-parse-perl (0.62-1build1) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 11:56:21 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libjson-parse-perl_0.62.orig.tar.gz 87.4 KiB 6273180f9392497401ddd6d820706f5aa86c1be88891dd6aab4d906b5cff66d9
libjson-parse-perl_0.62-1build1.debian.tar.xz 2.5 KiB ddfdc670368e7fa9e7547a698f2666711c477d061ff922d467d55bdec5b4cbe8
libjson-parse-perl_0.62-1build1.dsc 2.1 KiB f91a9eff58ed00b724343ac89f9b920fe9d600c0b7e939962a7ead44ba0274d1

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