lua-users home
lua-l archive

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


On Sat, Jan 5, 2013 at 8:38 PM, steve donovan <steve.j.donovan@gmail.com> wrote:
> 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.

Seconded. Count me in (as far as time permits — code reviews for sure,
maybe some actual code/docs contributions too), always wanted to do
this thing.

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

That may be over-complication.

Alexander.