YAML.framework icon indicating copy to clipboard operation
YAML.framework copied to clipboard

Proper YAML support for Objective-C. Based on recommended libyaml.

Results 11 YAML.framework issues
Sort by recently updated
recently updated
newest added

In **__YAMLSerializationAddObject()**, there is a call to **yaml_document_add_scalar()** with a pointer to the UTF8 form of the NSString, but the number of Unicode characters is used as the byte length...

I checked the repo for sample yaml files you have, I tried using it the same way but I keep getting parse errors. Do you have an example of how...

Merged pull request #17 (which includes #14 to include support for parsing boolean, number, date and null)

Hello, I need the YAML Framework in my iOS project. Can you help me? I have tried to drag the .framework folder but headers are missing. Which are the steps...

Hi,I add !!int !!float !!timestamp support in YAML.frame, check it out.

YAML.framework does not currently support kYAMLReadOptionImmutable except for NSString, this change uses the optimized ::copy message of NSMutableArray and NSMutableDictionary to make container immutable after the population of the graph....

Merged pull request #14, did whitespace clean-up, made unit tests compile and run fine on Xcode 5.