백그라운드에서 프론트 데스크 json 데이터 해석 오류 Unexpected token & in JSON at position 8
412 단어 성신의 길
해결 방법:
// , js
var cmsPositionDataGlobal = {
cmsPositionDataType:$.parseJSON("${dataTypeJson}"),
<strong>positionCode:$.parseJSON("${positionCodeJson}".replace(/"/g,'"'))</strong>
};
{positionCodeJson}은 백엔드에서 전송된 json 데이터로 변환된 후에 해석하면 됩니다.