2 * QObject JSON integration
4 * Copyright IBM, Corp. 2009
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.
20 QObject *qobject_from_json(const char *string);
21 QObject *qobject_from_jsonf(const char *string, ...)
22 __attribute__((__format__ (__printf__, 1, 2)));
24 QString *qobject_to_json(const QObject *obj);