Attempt to bring YAML serialization to Objective-C and Swift. Using official YAML C++ library bridged to Objective-C using framework.
Roadmap includes:
YAMLSerialization
for simple structures, similar toNSJSONSerialization
.YAMLKeyedArchiver
forNSCoding
which would make use of YAML anchors.YAMLDocument
andYAMLNode
for direct manipulation, similar toNSXMLDocument
.
The MIT License (MIT)
Copyright © 2016 Martin Kiss