Skip to content

Iss #154 - Encode remaining hanging esc char in JSON for ECA hook script

Martin Lowe requested to merge (removed):malowe/main/154 into main

Hanging escape characters in JSON data is not considered valid and causes issues downstream on attempted validation. This change replaces them with a safe encoded version that represents the same content.

Resolves #154 (closed)

Merge request reports