./converters/p5-JSON-Parse, Read JSON into a Perl variable

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.62nb1, Package name: p5-JSON-Parse-0.62nb1, Maintainer: pkgsrc-users

A perl module for parsing JSON. (JSON means "JavaScript Object
Notation" and it is specified in RFC 7159.)


Master sites: (Expand)

Filesize: 87.352 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-10-01 01:47:31 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.62

Upstream changes:
0.62 2022-07-16

* Bug fix for tokenize with backslash-double quote
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2021-04-26 16:37:14 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-JSON-Parse: update to 0.61.

0.61 2021-02-11

* Add upgrade_utf8 method

0.60 2021-01-26

* Add "read" method to read a file from an object
* Rename "run" to "parse" (old name is still OK)
* "tokenize_child" no longer returns parent on failure
* Add JSON::Whitespace (manipulate JSON whitespace) to the module

0.59 2021-01-26

* "json_file_to_perl" renamed "read_json"
* Documentation work
 -- Benchmarks section updated with latest versions, add Cpanel::JSON::XS
 -- Add Metacpan vote ratings to other CPAN modules section
 -- Sections reordered to put methods above parsing details

0.58 2021-01-01

* Protect against stack overflows by having maximum parsing depth
 -- set_max_depth, get_max_depth methods added
* Documentation updated
 -- JSON RFC changed to 8259
 -- Discussion of Unicode tests in JSON Test Suite
   2020-09-07 12:36:58 by Thomas Klausner | Files touched by this commit (3)
Log message:
converters/p5-JSON-Parse: import p5-JSON-Parse-0.57

A perl module for parsing JSON. (JSON means "JavaScript Object
Notation" and it is specified in RFC 7159.)