Download List

Project Description

The Qore YAML module provides functions that enable Qore data in the Qore programming language to be serialized and deserialized to and from YAML strings and Qore data structures.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-07-03 19:27
0.2

This release fixes a problem with deserializing untagged and unquoted integer and floating point 0 and 0.0 values; they were incorrectly deserialized as strings. Additional information is provided when an exception is raised while serializing scalar values (normally this happens when a string has an encoding error).
Tags: Minor bugfixes

2010-06-30 16:50
0.0.1

This initial release provides serialization and deserialization between Qore data structures and YAML strings. All Qore data types (except objects) can be serialized as YAML strings without any data loss, including the microsecond and time zone components of date/time values. Qore durations are handled with a custom YAML type (tag: !duration). YAML string output formatting can be controlled with options to the makeYAML() function. The module requires Qore 0.8.0 as it uses type info and date/time APIs found only in newer versions of Qore.
Tags: qore, Module, YAML

Project Resources