Python/Orjson/Json.Loads

1.0.1Last update Jul 24, 2024
by@Codemod

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