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.