[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luajson (or lpeg) issue
- From: Wesley Smith <wesley.hoke@...>
- Date: Tue, 3 May 2011 19:11:59 -0700
> I think I should be able to fix it. Just need to investigate how I'll
> do this right without knocking out features.
I don't really know luajson at all or what features it has, but I've
recently added a JSON grammar to codepeg. It was able to parse the
problematic json file without issue and give it back as a Lua table.
It would add an extra dependency to luajson, but it could be a
solution. There's an example in the github repo.
https://github.com/weshoke/codepeg
wes