On 10/11/2021 17:17, Markus Armbruster wrote:
Laurent Vivier <[email protected]> writes:
move them from block/qapi.c to qobject/qdict.c, qobject/qlist.c,
qobject/qobject.c
This is useful to debug qobjects
Signed-off-by: Laurent Vivier <[email protected]>
I think qobject_to_json_pretty() is better suited to debugging, because
it preserves differences like the one between the string "1" and the
number 1.
Yes, you're right. I didn't think about this solution.
So we can drop this patch.
Thanks,
Laurent