Skip to content

Make reports valid JSONRPC 2.0

Ghost User requested to merge jsonrpc into master

This is a really small cleanup/change so the reports can be handled by a jsonrpc library, if we want to use any. It doesn't hinder the use by running a JSON parser on it directly.

Also, it is made valid JSON now 😇.

This should be easy to digest C++.

Merge request reports