MCPcopy 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
180def case_insensitive_json_loads(json_str):
181 data = json.loads(json_str)
182 return convert_keys_to_lowercase(data)
183
184
185def get_edge_versions(platform):

Callers 1

get_edge_versionsFunction · 0.85

Calls 1

Tested by

no test coverage detected