Skip to content

json report backslash escapes #192

@sheckman16

Description

@sheckman16

It would be convenient if unit names containing backslashes (like "##/") escaped the backslashes in json. I wish for
"name": "\\##/ (2918)"
instead of the present encoding, which is
"name": "\##/ (2918)"

I wish for this because the default python json decoder chokes on the existing report.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions