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:<p>* Lists are now bulleted with - instead of .<p>* Comments are now delimited with # instead of ;<p>* Block strings are now delimited with """ instead of ``<p>* Stringify functions are now available, including one that stringifies to JSON with key order preserved.
When I posted LCON before (<a href="https://github.com/ar-nelson/lcon" rel="nofollow">https://github.com/ar-nelson/lcon</a>), 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:<p>* Lists are now bulleted with - instead of .<p>* Comments are now delimited with # instead of ;<p>* Block strings are now delimited with """ instead of ``<p>* Stringify functions are now available, including one that stringifies to JSON with key order preserved.