Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/AgentCPM-GUI
/ compact_json_dumps
Function
compact_json_dumps
eval/run_predict_os_atlas.py:47–48 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
45
46
47
def
compact_json_dumps(obj):
48
return
json.dumps(obj, indent=None, separators=(
","
,
":"
), ensure_ascii=False)
49
50
51
NO_THOUGHT_EXAMPLE = {
"Press"
:
"BACK"
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected