MCPcopy
hub / github.com/DedSecInside/TorBot / showJSON

Method showJSON

torbot/modules/linktree.py:103–107  ·  view source on GitHub ↗

Prints tree to console as JSON

(self)

Source from the content-addressed store, hash-verified

101 return json.dumps(json.loads(json_data), indent=2)
102
103 def showJSON(self) -> None:
104 """
105 Prints tree to console as JSON
106 """
107 print(self._to_json())
108
109 def showTable(self) -> None:
110 """

Callers 1

runFunction · 0.95

Calls 1

_to_jsonMethod · 0.95

Tested by

no test coverage detected