-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
The JSON code
"teststring" : "eins",
"teststring" : "${teststring.a.b.c}.zwei"
causes:
'The variable '${teststring__RecursiveInitialValue__1}['a']['b']['c']' is not available!'
Yes, the variable is not available, but internal token strings like "__RecursiveInitialValue__1" should be avoided in error messages.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done