summaryrefslogtreecommitdiffstats
path: root/json-parser.h
Commit message (Collapse)AuthorAgeFilesLines
* json-parser: propagate error from parserAnthony Liguori2011-06-071-0/+2
| | | | | Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Add a JSON parserAnthony Liguori2009-11-171-0/+22
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>
OpenPOWER on IntegriCloud