lua-users home
lua-l archive

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





----- Original Message ----
> From: Javier Guerra Giraldez <javier@guerrag.com>
> To: Lua mailing list <lua-l@lists.lua.org>
> Sent: Sat, August 28, 2010 2:59:22 PM
> Subject: Re: JSON module
> 
> 
> as you can see, both LPEG's power and JSON's simplicity bring the task
> well within the realm of "left as an exercise to the reader"
> 
Indeed. I wrote my own LPEG based json decoder a while back and think it is the 
optimal solution in the sense that LPEG is in itself useful for a lot of things 
and should be a part of any lua distribution(given its relatively small size as 
a very capable parser).