Skip to content

Escaped quotation marks

Ben requested to merge bnylund/sos-plugin:bnylund-master-patch-94684 into master

If you have quotation marks in your name, then JSON parsing will fail in WsRelay. The JSON library used in C++ only escapes the quotation marks when assigning values, but not the keys.

jsonerr

Merge request reports