Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-17 | Provide marshalling mechanism for json | Anthony Liguori | 1 | -0/+178 | |
This introduces qobject_to_json which will convert a QObject to a JSON string representation. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||||
2009-11-17 | Add a QObject JSON wrapper | Anthony Liguori | 1 | -0/+60 | |
This provides a QObject interface for creating QObjects from a JSON expression. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> |