YACYAML icon indicating copy to clipboard operation
YACYAML copied to clipboard

YACYAML for Cocoa reads and writes YAML, a friendlier, more human, plain text replacement for plists, JSON or NSKeyedArchives.

Results 4 YACYAML issues
Sort by recently updated
recently updated
newest added

For my Mac app, I have been using a [lightly updated fork](http://github.com/yangmeyer/YACYAML) of your library and have had no problems with it. Now I’ve unmothballed my project and updated it...

Currently YACYAML matches the single-character sequences `y/Y` and `n/N` as booleans, along with their more verbose equivalents (`true/false`, `YES/NO`, `on/off`…) This is correct as per [the YAML 1.1 spec](http://yaml.org/type/bool.html), which...

I'm curious whether YACYAML could be given some Core Data entity, and produce for me an encoding of that entity along with all of its The key to this is:...

YACYAML is amazing YAML parser/omitter for Objective-C! The only concern I have now is the automatic Anchor/Alias mechanism. In some of my cases I want to completely disable this feature,...