Skip to content

Comment on On JSON and REBOLparent

Comments

JSON also does not permit comments, which makes it unsuitable for many applications such as handwritten configuration files. :-/ It would be tempting to use JSON for such things, but it requires too much markup...and without comments it's pretty dead in the water. Things like YAML have been succeeding in this space instead...much to the annoyance of Rebol advocates.

But there is some potential for copying the successful aspects of these formats, while bringing back that Rebol flair with REN (REadable Notation):

https://github.com/rebolek/REN

Just basically Rebol "taking back JSON" and competing with the likes of YAML. We'll have to wait and see where that goes.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.