Skip to content

Commit

Permalink
added method stub for json_load
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Sep 7, 2023
1 parent cce223c commit 46f9a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osbot_utils/utils/Json.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def json_save_tmp_file(python_object, pretty=True):
json_load_file_gz = Json.load_file_gz
json_load_file_gz_and_delete = Json.load_file_gz_and_delete
json_from_string = Json.loads
json_load = Json.loads
json_loads = Json.loads
json_md5 = Json.md5
json_lines_loads = Json.loads_json_lines
Expand Down

0 comments on commit 46f9a3f

Please sign in to comment.