Traceback (most recent call last):
File "D:\pyghon基本语法\unit9json数据\9-2 json和python数据转换22.py", line 15, in <module>
main()
File "D:\pyghon基本语法\unit9json数据\9-2 json和python数据转换22.py", line 11, in main
pythonData=json.loads(stu1)
File "C:\python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\python310\lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ':' delimiter: line 1 column 25 (char 24)