-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
The JSON code
"teststring" : "eins",
"${teststring}___${teststring}" : "zwei"
causes:
'Setting value 'zwei' for parameter 'str(eins)___str(eins)' is not permissible when substituting parameters of composite data types in dictionary key names!'
But expected is:
{'eins___eins': 'zwei', 'teststring': 'eins'}
Metadata
Metadata
Assignees
Labels
Projects
Status
Done