Skip to content

Invalid nested parameter format (4) #135

@HolQue

Description

@HolQue

The JSON code

{
   "par1" : "par",
   "val2" : ${par1}am}
}

causes the following error message:

'Invalid nested parameter format: ${par1}am}'

This is a little bit misleading. The format of this expression is not really invalid. But because of it's a composite string, the entire expression needs to be encapsulated in quotes:

"val2" : "${par1}am}"

Expected is the already introduced error message:

The double quotes are missing!

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions