Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ json_dump
Function
json_dump
src/borg/helpers/parseformat.py:1370–1372 ·
view source on GitHub ↗
Dump using BorgJSONEncoder.
(obj)
Source
from the content-addressed store, hash-verified
1368
1369
1370
def
json_dump(obj):
1371
""
"Dump using BorgJSONEncoder."
""
1372
return
json.dumps(obj, sort_keys=True, indent=4, cls=BorgJsonEncoder)
1373
1374
1375
def
json_print(obj):
Callers
1
json_print
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected