The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

YAML - YAML Serialization of JavaScript Data

SYNOPSIS

    var yaml = YAML.dump(node);

DESCRIPTION

This module exposes a YAML.dump() function for serializing an object in YAML. This module does not yet have a facility for parsing/loading YAML.

CAUTION

This module is extremely young. It will loop on recursive data. It has only been tested on FireFox. Etc. Don't even bother using it yet. Seriously.

AUTHORS

Ingy döt Net <ingy@cpan.org>

COPYRIGHT

Copyright (c) 2007, 2008. Ingy döt Net.

YAML.js is free software.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

    http://www.gnu.org/copyleft/lesser.txt

1 POD Error

The following errors were encountered while parsing the POD:

Around line 22:

Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8