Statistics
| Branch: | Revision:

root / json-parser.h @ bb4ea393

History | View | Annotate | Download (421 Bytes)

# Date Author Comment
4a5fcab7 11/17/2009 04:49 pm Anthony Liguori

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 <>