[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: JSON to Lua syntax converter?
- From: Matt Campbell <mattcampbell@...>
- Date: Fri, 01 Feb 2008 11:29:43 -0600
A simple gsub() would be error-prone and probably insecure. Just use a
parser, then do serialization as described in _Programming in Lua_.
Matt