byCodemod

Python/Orjson/Json.Loads

/icons/calendar.svg

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

background illustrationGet Started Now