JSONDecodeError: Expecting value: line 11 column 4 (char 408)

前端 未结 0 916
情书的邮戳
情书的邮戳 2021-01-04 18:36

the code is

#import our chat-bot intents file
    with open(\'intents.json\') as json_data:
        intents = json.load(json_data)

JSONDecode

相关标签:
回答
  • 消灭零回复
提交回复
热议问题