[ Web 관련 ]/php

php JSON 한글 인코딩

BIZLAB 2021. 8. 4. 18:29

//JSON으로 변경
$jsonData = json_encode($naverArr, JSON_UNESCAPED_UNICODE);