json-repair 0.16.2__py3-none-any.whl → 0.16.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/__init__.py +2 -2
- {json_repair-0.16.2.dist-info → json_repair-0.16.3.dist-info}/METADATA +1 -1
- json_repair-0.16.3.dist-info/RECORD +7 -0
- json_repair-0.16.2.dist-info/RECORD +0 -7
- {json_repair-0.16.2.dist-info → json_repair-0.16.3.dist-info}/LICENSE +0 -0
- {json_repair-0.16.2.dist-info → json_repair-0.16.3.dist-info}/WHEEL +0 -0
- {json_repair-0.16.2.dist-info → json_repair-0.16.3.dist-info}/top_level.txt +0 -0
json_repair/__init__.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
from .json_repair import repair_json as repair_json
|
2
2
|
from .json_repair import loads as loads
|
3
|
-
from .json_repair import
|
4
|
-
from .json_repair import
|
3
|
+
from .json_repair import load as load
|
4
|
+
from .json_repair import from_file as from_file
|
@@ -0,0 +1,7 @@
|
|
1
|
+
json_repair/__init__.py,sha256=IIzSm1DsCRrr8seF3UeMZXwxcq-tE3j-8d1WBxvEJvE,178
|
2
|
+
json_repair/json_repair.py,sha256=Z1BiZlCBWDGiZeARAMcQ-PYRJE5PHFeTDGLLTEVg4fs,21822
|
3
|
+
json_repair-0.16.3.dist-info/LICENSE,sha256=wrjQo8MhNrNCicXtMe3MHmS-fx8AmQk1ue8AQwiiFV8,1076
|
4
|
+
json_repair-0.16.3.dist-info/METADATA,sha256=0qkkPNvtdSpJk7c8fwnRMhStZKjFs6MoUVwYJwUxv7M,7355
|
5
|
+
json_repair-0.16.3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
6
|
+
json_repair-0.16.3.dist-info/top_level.txt,sha256=7-VZwZN2CgB_n0NlSLk-rEUFh8ug21lESbsblOYuZqw,12
|
7
|
+
json_repair-0.16.3.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
json_repair/__init__.py,sha256=AlNie5y6BZBioGi5fzTAUvum_y0U5aL5aNsuQ_68LQc,175
|
2
|
-
json_repair/json_repair.py,sha256=Z1BiZlCBWDGiZeARAMcQ-PYRJE5PHFeTDGLLTEVg4fs,21822
|
3
|
-
json_repair-0.16.2.dist-info/LICENSE,sha256=wrjQo8MhNrNCicXtMe3MHmS-fx8AmQk1ue8AQwiiFV8,1076
|
4
|
-
json_repair-0.16.2.dist-info/METADATA,sha256=8CXuXrM_3G5ti6wSef9waYRW3_ilW5lhQ6KIhrFRG80,7355
|
5
|
-
json_repair-0.16.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
6
|
-
json_repair-0.16.2.dist-info/top_level.txt,sha256=7-VZwZN2CgB_n0NlSLk-rEUFh8ug21lESbsblOYuZqw,12
|
7
|
-
json_repair-0.16.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|