On 27/04/2015 19:23, Eduardo Habkost wrote: > Also, why do we have two JSON writers in QEMU? And why do they have > exactly the same name?
qobject/qjson.c could use qjson.c... but then qjson.c probably should be changed 1) to not use QOM 2) to use GString instead of QString, just like most other places that use mutable QStrings. Paolo