Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenOSINT/OpenOSINT
/ _emit_json
Function
_emit_json
openosint/cli.py:412–413 ·
view source on GitHub ↗
(data: dict | list)
Source
from the content-addressed store, hash-verified
410
411
412
def
_emit_json(data: dict | list) -> None:
413
print(json.dumps(data, indent=2))
414
415
416
# ---------------------------------------------------------------------------
Callers
9
_handle_email
Function · 0.85
_handle_username
Function · 0.85
_handle_shodan
Function · 0.85
_handle_virustotal
Function · 0.85
_handle_censys
Function · 0.85
_handle_abuseipdb
Function · 0.85
_handle_github
Function · 0.85
_handle_dns
Function · 0.85
_handle_ip2location
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected