Re: [Qemu-devel] [PATCH 0/11] json parser (v2)

2009-10-18 Thread Luiz Capitulino
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

[Qemu-devel] [PATCH 0/11] json parser (v2)

2009-10-17 Thread Anthony Liguori
I fat-fingered the git send-email command the first time so here's the second iteration. 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