Skip to main content


convert between Perl data structures, YAML and JSON with unicode support (I believe ...)

Changes for 0.18 - 2023-09-01

  • Added two extra functions: jsonfile2perl() and yamlfile2perl() which read JSON and YAML from a file into a perl data structure. Added a new test file '12-from-file.t' which tests file-related functionality including said two functions. Documentation supplemented.