[ANN] YAML for Cocoa
[ANN] YAML for Cocoa
- Subject: [ANN] YAML for Cocoa
- From: Will Thimbleby <email@hidden>
- Date: Fri, 1 Oct 2004 12:53:40 +0100
Hi, I've just uploaded my source code to read and output YAML files in
cocoa. It is very handy, and I use it to replace the unreadable plist
files. The parser can handle tags and references so the parser can
automatically create objects for you and link them up. Whilst also
having extremely readable data files. Here is an example:
---
Author : William Shakespeare
Lines :
- It is a tale told by an idiot,
- Full of sound and fury, signifying nothing.
Birthdate : 1564
If you don't know what YAML is yet, it is a human readable data format.
Mainly for maps (NSDictionary) and sequences (NSArray). It is far more
readable than XML ever was. If you are not convinced check out the
examples on the webpage.
http://will.thimbleby.net/yaml.html
http://www.yaml.org
Let me know what you think and if you have contributions.
--Will
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden