Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shadowsocks/shadowsocks
/ parse_json_in_str
Function
parse_json_in_str
shadowsocks/shell.py:422–424 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
420
421
422
def
parse_json_in_str(data):
423
# parse json and convert everything from unicode to str
424
return
json.loads(data, object_hook=_decode_dict)
Callers
1
get_config
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected