Actions
Bug #17492
closedNode properties use to be able to have a string starting with `{`
Status:
Resolved
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
In 6.1, a string that starts with '{' is understood as hocon, but it could be a real string.
So we need to use same algo as previously: try to parse as json, and if it doesn't work, consider it to be a string.
Actions