json-repair 0.47.2__py3-none-any.whl → 0.47.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- json_repair/json_parser.py +4 -0
- {json_repair-0.47.2.dist-info → json_repair-0.47.3.dist-info}/METADATA +1 -1
- {json_repair-0.47.2.dist-info → json_repair-0.47.3.dist-info}/RECORD +7 -7
- {json_repair-0.47.2.dist-info → json_repair-0.47.3.dist-info}/WHEEL +0 -0
- {json_repair-0.47.2.dist-info → json_repair-0.47.3.dist-info}/entry_points.txt +0 -0
- {json_repair-0.47.2.dist-info → json_repair-0.47.3.dist-info}/licenses/LICENSE +0 -0
- {json_repair-0.47.2.dist-info → json_repair-0.47.3.dist-info}/top_level.txt +0 -0
json_repair/json_parser.py
CHANGED
@@ -377,6 +377,10 @@ class JSONParser:
|
|
377
377
|
):
|
378
378
|
rstring_delimiter_missing = True
|
379
379
|
# check if this is a case in which the closing comma is NOT missing instead
|
380
|
+
self.skip_whitespaces_at()
|
381
|
+
if self.get_char_at(1) == "\\":
|
382
|
+
# Ok this is a quoted string, skip
|
383
|
+
rstring_delimiter_missing = False
|
380
384
|
i = self.skip_to_character(character=rstring_delimiter, idx=1)
|
381
385
|
next_c = self.get_char_at(i)
|
382
386
|
if next_c:
|
@@ -1,14 +1,14 @@
|
|
1
1
|
json_repair/__init__.py,sha256=6FDD6dEVM5Pb5o4Zodgw4ex30Hzy-YvNRy0vts9SQ4I,118
|
2
2
|
json_repair/__main__.py,sha256=EsJb-y89uZEvGQQg1GdIDWzfDwfOMvVekKEtdguQXCM,67
|
3
3
|
json_repair/json_context.py,sha256=WsMOjqpGSr6aaDONcrk8UFtTurzWon2Qq9AoBBYseoI,934
|
4
|
-
json_repair/json_parser.py,sha256=
|
4
|
+
json_repair/json_parser.py,sha256=VvO8kzKPTkLWHmbbZpEN28HypUVs3n0QEA7eH3rtRWo,40419
|
5
5
|
json_repair/json_repair.py,sha256=0qL2LuzlNJa3VnEqYNaJyZNAL2w18oAt2YvA-TlMxmY,11211
|
6
6
|
json_repair/object_comparer.py,sha256=LlIF0MisRglzC-CiG5AxAEDCBWBHeJd-6uXYx0uRmCk,1175
|
7
7
|
json_repair/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
json_repair/string_file_wrapper.py,sha256=tGkWBEUPE-CZPf4uSM5NE9oSDTpskX0myJiXsl-gbds,4333
|
9
|
-
json_repair-0.47.
|
10
|
-
json_repair-0.47.
|
11
|
-
json_repair-0.47.
|
12
|
-
json_repair-0.47.
|
13
|
-
json_repair-0.47.
|
14
|
-
json_repair-0.47.
|
9
|
+
json_repair-0.47.3.dist-info/licenses/LICENSE,sha256=wrjQo8MhNrNCicXtMe3MHmS-fx8AmQk1ue8AQwiiFV8,1076
|
10
|
+
json_repair-0.47.3.dist-info/METADATA,sha256=I_OZ4y_ShNAfPbX005wfjCyOmZ4ZuPRjUFnzgOXdI_E,12368
|
11
|
+
json_repair-0.47.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
12
|
+
json_repair-0.47.3.dist-info/entry_points.txt,sha256=SNfge3zPSP-ASqriYU9r3NAPaXdseYr7ciPMKdV2uSw,57
|
13
|
+
json_repair-0.47.3.dist-info/top_level.txt,sha256=7-VZwZN2CgB_n0NlSLk-rEUFh8ug21lESbsblOYuZqw,12
|
14
|
+
json_repair-0.47.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|