]> git.proxmox.com Git - qemu.git/commit - json-parser.c
Add a JSON parser
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 11 Nov 2009 16:39:23 +0000 (10:39 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 17 Nov 2009 14:49:39 +0000 (08:49 -0600)
commit4a5fcab7acc55495d0a617eeebbbeaebc1872dbf
treed9af15127fa09c0498948ef7e96440fa53ead113
parentd7ff3acbb4496ecae92d7ce1d52579d55b19da2f
Add a JSON parser

This is the third and final stage of the JSON parser.  It parses lexical tokens
performing grammar validation and creating the final QObject representation.  It
uses a recursive decent parser.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
json-parser.c [new file with mode: 0644]
json-parser.h [new file with mode: 0644]