Projects / Qore YAML module

Qore YAML module

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.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  03 Jul 2010 10:27

Release Notes: 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).

  •  30 Jun 2010 07:50

Release Notes: 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.

Screenshot

Project Spotlight

sqlamp

An implementation of Materialized Path for SQLAlchemy.

Screenshot

Project Spotlight

Nyagua

An aquarium database.