Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ case_insensitive_json_loads
Function
case_insensitive_json_loads
scripts/pinned_browsers.py:180–182 ·
view source on GitHub ↗
(json_str)
Source
from the content-addressed store, hash-verified
178
179
180
def
case_insensitive_json_loads(json_str):
181
data = json.loads(json_str)
182
return
convert_keys_to_lowercase(data)
183
184
185
def
get_edge_versions(platform):
Callers
1
get_edge_versions
Function · 0.85
Calls
1
convert_keys_to_lowercase
Function · 0.85
Tested by
no test coverage detected