Skip to content

Colon inside string harms parameter substitution #92

@HolQue

Description

@HolQue

This works:

"test_parameter" : "ABC : DEF",

But in case of a dollar operator expression is involved also:

"test_parameter" : "ABC ${value} : DEF"

I get the following error message:

Expecting ',' delimiter

But colons inside strings must not harm the JSON parser.

Metadata

Metadata

Assignees

Labels

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions