When I posted LCON before (https://github.com/ar-nelson/lcon), it was a horribly broken prerelease version. This version actually works (it has unit tests and everything!), and it has a slightly modified syntax that takes into account some of the criticisms from the last HN thread. In particular:* Lists are now bulleted with - instead of .
* Comments are now delimited with # instead of ;
* Block strings are now delimited with """ instead of ``
* Stringify functions are now available, including one that stringifies to JSON with key order preserved.