Search Results

7
votes

What type of application/utilization is YAML best suited for?

I agree with Sergio; YAML provides a format which is easily editable by humans, but also a good way to cleanly represent data structures. YAML tends to be much more human-readable, IMO. …