CCodemod

python/orjson/json.load

No description available

pythonjsonorjsonsentry
Public
8 executions

Run locally

npx codemod python/orjson/json.load

This codemod converts json.load to orjson.loads. Adds .read() to the file object.

Example

Before

python

After

python

Ready to contribute?

Build your own codemod and share it with the community.