-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Milestone
Description
Previously this code
{
"+" : 1,
"param" : ${+}
}
caused
'multiple repeat at position 60'
With latest changes of the JsonPreprocessor, results are available:
[DOTDICT] (2/1) > {+} [INT] : 1
[DOTDICT] (2/2) > {param} [STR] : '${+}'
In case of the character '+' is allowed inside parameter names, I expect param to have integer value 1. Or it's a violation of naming conventions.
But to convert the expression ${+} unresolved to a string, is not ok.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done