Skip to content

Fix missing decoding of escaped characters in VDSObjectParser

Unescape escaped characters in extractStringVal function in VDSObjectParser. Simplified logic a little in getNextToken() where it handles quoted strings (no change in behaviour).

Merge request reports