Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-07 | json-parser: propagate error from parser | Anthony Liguori | |
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2009-11-17 | Add a JSON parser | Anthony Liguori | |
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> |