-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Milestone
Description
Previously this code
{
"$" : 7,
"param" : ${$}
}
caused
'Expression '${$}' cannot be evaluated. Reason: A pair of curly brackets is empty or contains not allowed characters.'
With latest changes of the JsonPreprocessor the error message changed to:
'The parameter '${$}' is not available!'
That's wrong.
Either the parameter should be detected or the dollar character is not allowed to be part of a parameter name (violation of naming convention).
Metadata
Metadata
Assignees
Labels
Projects
Status
Done