I have the same error for this file.
I do see the character ,
around where line 43 would be of the json portion of that file where a comma should be. I believe this character is a utf-8 expanded comma. Perhaps whatever is parsing this file is stumbling on this. I’m fairly new to unreal engine so I’m not sure how to resolve this. I don’t know if it’s safe to simply manually edit these characters.
For reference:
"AssetTypes": [
{
"Language": "en",
"Text": "Sound Cue, Haptic Feedback Effect Curve, Niagara System."
},
{
"Language": "ko",
"Text": "사운드 í, 햅틱 피드백 ì´íŽ™íŠ¸ 커브, 나ì´ì•„ê°€ë¼ ì‹œìŠ¤í…œ"
}
],