]> Git Repo - qemu.git/commit - qobject/qjson.c
qobject: New qdict_from_jsonf_nofail()
authorMarkus Armbruster <[email protected]>
Tue, 3 Jul 2018 08:53:47 +0000 (10:53 +0200)
committerMarkus Armbruster <[email protected]>
Tue, 3 Jul 2018 21:18:56 +0000 (23:18 +0200)
commita193352ff9c7cd2cd07846118bc49921d0f53af8
treec89a35a6fb781e57629832b4f95b086bdc90fa38
parentcab5ad86b41af6deead6f9bd6edc8a2353eb3e90
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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-Id: <20180703085358[email protected]>
include/qapi/qmp/qjson.h
qobject/qjson.c
This page took 0.026232 seconds and 4 git commands to generate.