Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a native YAML library for iPhone?

I'm considering using YAML as part of my next iPhone application, but I haven't been able to find an Objective-C library to use.

The Wikipedia page for YAML mentions one, but the link is dead.

Is there an Objective-C library that can parse YAML into native collection objects (NSArray, NSDictionary, etc...)?

like image 329
Ben S Avatar asked Sep 10 '25 21:09

Ben S


1 Answers

The Cocoa extensions for Syck are probably what you're looking for -- it's where the library that Shaggy Frog mentioned seems to be living these days.

like image 50
John Biesnecker Avatar answered Sep 12 '25 14:09

John Biesnecker