Skip to content

JsonPreprocessor harmed by comnposite strings #265

@HolQue

Description

@HolQue

This works:

"index"     : 0,
"listParam" : [0,1,2],
"value"     : "A",
"dictParam" : {"A" : 1, "B" : 2},
"param1" : {"kA" : ${listParam}[${index}],
            "kB" : "${dictParam}[${value}]"}

kB has string value '1'

I add '-X' to the string value of kB:

"param1" : {"kA" : ${listParam}[${index}],
            "kB" : "${dictParam}[${value}]-X"}

Result:

Expecting ',' delimiter: line ...

But expected:

kB has string value '1-X'

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions