-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
We should clarify how to deal with:
keyPattern = ""
Like also
keyPattern = r'.*'
this allows empty key names
"" : 2
But this makes no sense. And empty names cannot be referenced.
For sure this is nonsense:
"" : 2,
"param" : ${}
Result:
Error: 'Invalid key name: ${}. A pair of curly brackets is empty!!!'!
I propose to let the JsonPreprocessor raise an exception in case of a user defines a regular expression that would accept empty strings.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done