[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Smallest Lua-only single-file JSON parser
- From: Mark Pulford <mark@...>
- Date: Sat, 29 Oct 2011 09:50:30 +1030
Hi,
On Fri, Oct 28, 2011 at 09:42:02PM +0400, Alexander Gladysh wrote:
> Anyone knows a good JSON compatibility test suite for the parser?
I don't claim that is it particularly good, but I include a bunch of
tests for Lua CJSON.
http://www.kyne.com.au/~mark/software/lua-cjson.php
It should be fairly simple to use/adapt them to a different parser. Feel
free to suggest/provide improvements :).
Regards,
Mark