You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSONDecodeError in /storage/emulated/0/Download/trailing_comma.json: Expecting property name enclosed in double quotes: line 3 column 1 (char 19)
Traceback (most recent call last):
File "<string>", line 583, in conversion
File "<string>", line 528, in file_encode
File "/storage/emulated/0/Download/PVZ2tools-alpha/PVZ2tools-alpha/PVZ2tools-alpha/OBBEdit/libraries/pyvz2rton.py", line 362, in encode_root_object
for key, value in load(file, object_pairs_hook = self.encode_object_pairs).data:
File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.9/json/__init__.py", line 293, in load
return loads(fp.read(),
File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.9/json/__init__.py", line 359, in loads
return cls(**kw).decode(s)
File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.9/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 3 column 1 (char 19)
The tool is super weak on JSON Parsing, and stop instantly if the json is trailing commas but object can have trailing commas.
The text was updated successfully, but these errors were encountered: