@Bùi-Công-Đăng said in Hỏi về ParseJSON trong JS:
var data = '{"id": '1', "hoten": "kakalot", "bio": "<p>Thành viên thứ 1000 của diễn đàn</p>"}';
console.log(jQuery.parseJSON(data ));
chỗ "id":'1' bác thay bằng "id":"1" hoặc "id":1
@Bùi-Công-Đăng said in Hỏi về ParseJSON trong JS:
var data = '{"id": '1', "hoten": "kakalot", "bio": "<p>Thành viên thứ 1000 của diễn đàn</p>"}';
console.log(jQuery.parseJSON(data ));
chỗ "id":'1' bác thay bằng "id":"1" hoặc "id":1