lua-users home
lua-l archive

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


On Apr 17, 2017 9:05 AM, "Dirk Laurie" <dirk.laurie@gmail.com> wrote:
Please show me some sample JSON code that this decoder can't handle
properly.

Probably not problem for your use-case, but:

pl.pretty.dump(json_decode'["[hey!]"]')
{
  "{hey!}"
}