qemu/qobject
Markus Armbruster a193352ff9 qobject: New qdict_from_jsonf_nofail()
Many uses of qobject_from_jsonf() convert JSON objects.  Create new
convenience function qdict_from_jsonf_nofail() that includes the
conversion to QDict.  The next few commits will put it to use.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180703085358.13941-22-armbru@redhat.com>
2018-07-03 23:18:56 +02:00
..
2018-03-19 14:58:36 -05:00
2018-07-03 23:18:56 +02:00
2017-11-17 18:21:30 +01:00
2018-03-19 14:58:36 -05:00
2018-05-04 08:27:53 +02:00