YAML and JSON for perl, optimized C
YAML::Syck provides a Perl interface to the libsyck data serialization library. It exports the "Dump" and "Load" functions for converting Perl data structures to YAML strings, and the other way around. JSON::Syck is a syck implementation of JSON parsing and generation. Because JSON is YAML (<http://redhanded.hobix.com/inspect/yamlIsJson.html>), using syck gives you a fast and memory-efficient parser and dumper for JSON data representation.
Maintainer: Alexander Bluhm <bluhm@openbsd.org>