orjsonEasy Playground

Fast JSON library written in Rust (3-10x faster)

Getting started with orjsonRun locally
Install
pip install orjson
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: orjson)

orjson is a third-party package. Fast JSON library written in Rust (3-10x faster). Install with: pip install orjson

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?