Codemod verified
Regularly tested and maintained by our engineers and codemod expert community.
byCodemod
Python/Orjson/Json.Loads
Last update
Jul 24, 2024
This codemod converts json.loads to orjson.loads.
Example
Before
raw_data = json.loads(data)
After
raw_data = orjson.loads(data)
Build custom codemods
Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community