mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
647938c208
functionality of textproc/p5-JSON-Syck, retire the latter and note this in the MOVED. This commit is partially based on the PR mentioned below. PR: 95412 Submitted by: Paul Dlug <paul@aps.org>
10 lines
497 B
Plaintext
10 lines
497 B
Plaintext
This module 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. It also
|
|
provides an implementation of JSON parsing and generation. Because
|
|
JSON is YAML (http://redhanded.hobix.com/inspect/yamlIsJson.html),
|
|
using libsyck gives you the fastest and most memory efficient parser
|
|
and dumper for JSON data representation.
|
|
|
|
WWW: http://search.cpan.org/dist/YAML-Syck/
|