Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ramkan7
/
Patch_Hawk
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Patch_Hawk
/
patchhawk
/
data
/
benign
/
io_json.py
RAMCr7
Final patch
58f6308
11 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
142 Bytes
import
json
def
format_json
(
obj
):
"""Format dictionary as readable JSON string."""
return
json.dumps(obj, indent=
4
, sort_keys=
True
)