|
This module provides the ability for Qore programs to convert between Qore data and YAML strings. YAML is a data serialization format based on JSON that is much more concise than XML (see also http://en.wikipedia.org/wiki/YAML for a description of YAML). The Qore yaml module allows all Qore data types (except objects) to be serialized to YAML strings and deserialized back to Qore data. The latest source code can be checked out from svn with the following command: svn co https://svn.qore.sf.net/svnroot/qore/module-yaml/trunk qore-module-yaml RPMs for various Linux distributions can be found here: http://download.opensuse.org/repositories/devel:/languages:/misc/ Mac OS/X users can install this module by using macports by issuing the following command sudo port selfupdate The portfile can be found here: http://trac.macports.org/browser/trunk/dports/lang/qore-yaml-module/Portfile |
|