Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authlib/authlib
/ json_dumps
Function
json_dumps
authlib/common/encoding.py:36–37 ·
view source on GitHub ↗
(data, ensure_ascii=False)
Source
from the content-addressed store, hash-verified
34
35
36
def
json_dumps(data, ensure_ascii=False):
37
return
json.dumps(data, ensure_ascii=ensure_ascii, separators=(
","
,
":"
))
38
39
40
def
urlsafe_b64decode(s):
Callers
8
as_json
Method · 0.90
as_json
Method · 0.90
thumbprint
Method · 0.90
encode
Method · 0.90
set_client_metadata
Method · 0.90
handle_response
Method · 0.90
test_jwk_import_key_set
Function · 0.90
json_b64encode
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_jwk_import_key_set
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…