summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QJSON: Introduce qobject_from_jsonv()Luiz Capitulino2009-12-031-0/+2
| | | | | | | | | It accepts a va_list and will be used by QError. Also simplifies the code a little, as the other qobject_from_() functions can use it. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Provide marshalling mechanism for jsonAnthony Liguori2009-11-171-0/+3
| | | | | | | This introduces qobject_to_json which will convert a QObject to a JSON string representation. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Add a QObject JSON wrapperAnthony Liguori2009-11-171-0/+23
This provides a QObject interface for creating QObjects from a JSON expression. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>