AAPB2 icon indicating copy to clipboard operation
AAPB2 copied to clipboard

AAPB JSON API breaks when xml values contain double-quotes

Open foglabs opened this issue 2 years ago • 0 comments

Description

double quotes aren't automatically escaped properly when the XSL transformation from xml to json is carried out, causing a JSON::ParserError. example record: cpb-aacip-526-p843r0r27w

they must be explicitly escaped in order to produce valid json

Fixed in PR #2696

Reproduction steps

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

No response

Screenshots

![DESCRIPTION](LINK.png)

Browsers

No response

OS

No response

Additional context

No response

foglabs avatar Dec 11 '23 16:12 foglabs