资 源 简 介
I find XML way too clumsy. YAML is better but still overly complex for my needs. So, I built my own.
SADDL is a cross between the parts of YAML I like (hirearchical structures, object representation capability) and the simplicity of a Windows INI file.
I find it useful, convenient and fast for bringing up small to moderate sized human-writable data files. I hope you will too.
My reference implementation is in Java but I would welcome ports to other languages.
The reference implementation is currently in beta release. Its is functionally complete for parsing. I have not yet written output logic to serialize Java Objects