Markus Armbruster 3ddba9a9e9 migration: Replace migration's JSON writer by the general one
Commit 8118f0950f "migration: Append JSON description of migration
stream" needs a JSON writer.  The existing qobject_to_json() wasn't a
good fit, because it requires building a QObject to convert.  Instead,
migration got its very own JSON writer, in commit 190c882ce2 "QJSON:
Add JSON writer".  It tacitly limits numbers to int64_t, and strings
contents to characters that don't need escaping, unlike
qobject_to_json().

The previous commit factored the JSON writer out of qobject_to_json().
Replace migration's JSON writer by it.

Cc: Juan Quintela <quintela@redhat.com>
Cc: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201211171152.146877-17-armbru@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
2020-12-19 10:39:16 +01:00
..
2020-09-18 14:12:32 -04:00
2020-12-15 12:51:52 -05:00
2018-06-01 19:20:38 +03:00
2016-02-23 12:43:05 +00:00
2020-11-16 09:11:21 +01:00
2020-12-15 12:04:30 +00:00
2020-05-15 07:08:14 +02:00
2020-11-15 16:40:48 +01:00
2020-09-09 09:27:09 -04:00
2020-11-15 16:40:48 +01:00
2013-02-19 12:30:05 +01:00
2019-08-16 13:31:52 +02:00
2020-11-16 09:11:21 +01:00
2020-09-21 09:44:54 +02:00
2020-08-31 08:10:47 +02:00