MCPcopy
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
36def json_dumps(data, ensure_ascii=False):
37 return json.dumps(data, ensure_ascii=ensure_ascii, separators=(",", ":"))
38
39
40def urlsafe_b64decode(s):

Callers 8

as_jsonMethod · 0.90
as_jsonMethod · 0.90
thumbprintMethod · 0.90
encodeMethod · 0.90
set_client_metadataMethod · 0.90
handle_responseMethod · 0.90
test_jwk_import_key_setFunction · 0.90
json_b64encodeFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_jwk_import_key_setFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…