Codemod verified
Regularly tested and maintained by our engineers and codemod expert community.
by
Codemod
Python/Orjson/Json.Loads
Last update
May 29, 2024
Converts json.loads to orjson.loads.
Examples
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