Package perl-JSON-Parse: Information

    Source package: perl-JSON-Parse
    Version: 0.57-alt2
    Build time:  Dec 28, 2020, 08:43 PM in the task #264084
    Category: Development/Perl
    Report package bug
    License: perl
    Summary: Read JSON into a Perl variable
    Description: 
    A module for parsing JSON. (JSON means "JavaScript Object Notation"
    and it is specified in the RFC 7159 entry elsewhere in this document.)
    
    JSON::Parse offers the function the parse_json entry elsewhere in this document, which takes a string
    containing JSON, and returns an equivalent Perl structure. It also
    offers validation of JSON via the valid_json entry elsewhere in this document, which returns true or
    false depending on whether the JSON is correct or not, and
    the assert_valid_json entry elsewhere in this document, which produces a descriptive fatal error if the
    JSON is invalid. A function the json_file_to_perl entry elsewhere in this document reads JSON from a
    file, and there is a safer version of the parse_json entry elsewhere in this document called
    the parse_json_safe entry elsewhere in this document which doesn't throw exceptions.
    
    For special cases of parsing, there are also methods the new entry elsewhere in this document and
    the run entry elsewhere in this document, which create a JSON parsing object and run it on text. See
    the METHODS entry elsewhere in this document.
    
    JSON::Parse accepts only UTF-8 as input. See the UTF-8 only entry elsewhere in this document and
    the Handling of Unicode entry elsewhere in this document.

    List of rpms provided by this srpm:
    perl-JSON-Parse (x86_64, ppc64le, i586, armh, aarch64)
    perl-JSON-Parse-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    perl-JSON-Parse-scripts (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Cronbuild Service

      1. perl(XSLoader.pm)
      2. perl-devel
      3. perl-podlators
      4. /proc
      5. rpm-build-perl
      6. perl(Encode.pm)
      7. perl(Exporter.pm)
      8. perl(ExtUtils/MakeMaker.pm)
      9. perl(FindBin.pm)

    Last changed


    Sept. 27, 2020 Igor Vlasenko 0.57-alt2
    - fixed warning: scripts should be .noarch
    July 23, 2020 Igor Vlasenko 0.57-alt1
    - automated CPAN update
    Feb. 20, 2020 Igor Vlasenko 0.56-alt1
    - automated CPAN update