Thread: Yaml
View Single Post
Old 01-30-2008, 01:46 PM   #4 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

Why not use JSON instead of YAML? They both have data serialization as a goal, and JSON is much more easier and closer to the concept of "human readable computer code". Although YAML is much more complex (has data types and some advanced features from what I've seen on the Wikipedia page) if I'd need data serialization, I'd go for JSON.
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote