openalm / Extension-UtilitiesPack

Release Management utility tasks
Other
34 stars 38 forks source link

Ampersands in value are escaped #76

Open scottcrowe opened 7 years ago

scottcrowe commented 7 years ago

When using an ampersand in the value of JSON the & gets replaced with "\&"

This is a problem when needing to have an escaped character inside the value (i.e. escaped double quote as \")

scottcrowe commented 7 years ago

Work around found.

Entering " in target value as \" instead of " works.

May need additional feature for having a pre-encoded value