lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sat, Jan 5, 2013 at 5:55 PM, Duncan Cross <duncan.cross@gmail.com> wrote:
> For readability, my least favourite things about canonical JSON are
> that it does not support comments, and there's no way to break a long
> string literal over multiple lines. Apart from that it's pretty good.

OK, so what we need is LON (Lua Object Notation). Just a little less simple.

(With a multiline no-commas optional format for config files)