On Sat, 17 Oct 2009 08:36:00 -0500 Anthony Liguori <aligu...@us.ibm.com> wrote:
> I fat-fingered the git send-email command the first time so here's the second > iteration. Got it now.. > This series introduces a json parsing framework. The parser is a recursive > decent parser and implements the full json spec except for the null keyword. > We > need to decide how we want to model null in order to support this. > > In addition, we implement an extension to allow single quote strings. This > is very useful for defining dictionaries in C. > > The parser has a full test suite and introduces a boolean and float type. Very nice, this is obviously way beyond the simple approach I was following, I have some minor comments and will reply some patches. Will also run some tests later today, but I don't think I'll find any issue (given that you have written unit-tests!). What's you merge plan for your own patches? :)