Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ _json_dumps
Function
_json_dumps
skills/wiki-store/scripts/wiki_db.py:39–40 ·
view source on GitHub ↗
(value: Any)
Source
from the content-addressed store, hash-verified
37
38
39
def
_json_dumps(value: Any) -> str:
40
return
json.dumps(value or {}, ensure_ascii=False, sort_keys=True)
41
42
43
def
_json_loads(value: Any) -> Dict[str, Any]:
Callers
2
upsert_node
Function · 0.85
upsert_edge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected