TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: LCON 1.0 – For reals this time (Ludicrously Compact Object Notation)

1 pointsby ar-nelsonover 10 years ago
When I posted LCON before (https:&#x2F;&#x2F;github.com&#x2F;ar-nelson&#x2F;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 &quot;&quot;&quot; instead of ``<p>* Stringify functions are now available, including one that stringifies to JSON with key order preserved.

1 comment

ar-nelsonover 10 years ago
When I posted LCON before (<a href="https://github.com/ar-nelson/lcon" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ar-nelson&#x2F;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 &quot;&quot;&quot; instead of ``<p>* Stringify functions are now available, including one that stringifies to JSON with key order preserved.
评论 #8279945 未加载