diff --git a/server.js b/server.js index 82bdab96f..cb19efa60 100644 --- a/server.js +++ b/server.js @@ -858,7 +858,7 @@ async function charaRead(img_url, input_format) { description = exif_data['UserComment'].value[0]; } try { - JSON.parse(description); + json5.parse(description); char_data = description; } catch { const byteArr = description.split(",").map(Number);