2 * QObject JSON integration
4 * Copyright IBM, Corp. 2009
7 * Anthony Liguori <aliguori@us.ibm.com>
9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
10 * See the COPYING.LIB file in the top-level directory.
17 QObject
*qobject_from_json(const char *string
, Error
**errp
);
19 QObject
*qobject_from_vjsonf_nofail(const char *string
, va_list ap
)
21 QObject
*qobject_from_jsonf_nofail(const char *string
, ...)
23 QDict
*qdict_from_vjsonf_nofail(const char *string
, va_list ap
)
25 QDict
*qdict_from_jsonf_nofail(const char *string
, ...)
28 QString
*qobject_to_json(const QObject
*obj
);
29 QString
*qobject_to_json_pretty(const QObject
*obj
);