I have some JSON nested inside an XML element. I can use the Delve into Decoded XML feature to parse this nested JSON, but when that JSON includes an empty string, the JSON does not parse properly.
Example that works: <output>{"test":"123"}</output>
Example that does not work: <output>{"test":""}</output>
I have some JSON nested inside an XML element. I can use the Delve into Decoded XML feature to parse this nested JSON, but when that JSON includes an empty string, the JSON does not parse properly.
Example that works:
<output>{"test":"123"}</output>Example that does not work:
<output>{"test":""}</output>