LXer: Start using YAML now
by LXer from LinuxQuestions.org on (#5PNWP)
Published at LXer:
YAML (YAML Ain't Markup Language) is a human-readable data serialization language. Its syntax is simple and human-readable. It does not contain quotation marks, opening and closing tags, or braces. It does not contain anything which might make it harder for humans to parse nesting rules. You can scan your YAML document and immediately know what's going on.YAML featuresYAML has some super features which make it superior to other serialization formats:read more
Read More...
YAML (YAML Ain't Markup Language) is a human-readable data serialization language. Its syntax is simple and human-readable. It does not contain quotation marks, opening and closing tags, or braces. It does not contain anything which might make it harder for humans to parse nesting rules. You can scan your YAML document and immediately know what's going on.YAML featuresYAML has some super features which make it superior to other serialization formats:read more
Read More...