json_utils
¶
Lightweight JSON helpers with optional orjson acceleration.
dumps_json
¶
Serialize Python data to JSON bytes, preferring orjson when available.
Source code in src/services/cache/json_utils.py
loads_json
¶
Deserialize JSON bytes into Python data.