Skip to content

Profiling: Properly escape characters when using `-pj`.

Andreas Klebinger requested to merge wip/andreask/escape_json into master

Fixes #23924 (closed) by escaping all instead of just a select few invalid json characters.

Merge request reports