nlef / moonraker-telegram-bot

Telegram bot to interact with Moonraker (Klipper Web API Server)
Creative Commons Zero v1.0 Universal
251 stars 65 forks source link

add orjson as global json lib #313

Closed nlef closed 6 months ago

nlef commented 7 months ago

It is proposed to replace the json parsing library with orjson to increase performance and reduce the load, because the main interaction with moonraker is via a websocket using json-rpc protocol