Skip to content

Error message (2) #232

@HolQue

Description

@HolQue

In a previous version of the JsonPreprocessor, this code

${testdict1.subKey1.subKey2.subKey3.subKey4} : 1,
${testdict1.subKey1.subKey2.subKey3} : {"subKey4" : 2},
"testdict2" : ${testdict1},
"param1" : "subKey1",
"param2" : "subKey2",
"param3" : "subKey3",
"param4" : "subKey4",
${testdict1}[${param1}]['${param2}']['subKey3'][${param4}] : 3,
${testdict2.${param1}.subKey2.${param3}.subKey4} : 4,
${testdict2.subKey1.${param2}.subKey3.${param4}} : 5,
"param5" : ${testdict1}[${param1}]['${param2}']['subKey3'][${param4}],
"param6" : ${testdict2.${param1}.subKey2.${param3}.subKey4}

caused valid values.

In current version this changed to:

Expecting value: line 13 column 15 (char 522)'

Why this? All things were fine previously.

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions