MCPcopy
hub / github.com/authlib/authlib / json_loads

Function json_loads

authlib/common/encoding.py:32–33  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

30
31
32def json_loads(s):
33 return json.loads(s)
34
35
36def json_dumps(data, ensure_ascii=False):

Callers 12

import_any_keyFunction · 0.90
extract_assertionMethod · 0.90
extract_assertionMethod · 0.90
extract_headerFunction · 0.90
ensure_dictFunction · 0.90
_transform_raw_keyFunction · 0.90
decode_payloadFunction · 0.90
prepare_raw_keyFunction · 0.90
client_metadataMethod · 0.90
dataMethod · 0.90
parse_response_tokenMethod · 0.90

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…