| Current Path : /opt/imh-python/lib/python3.9/site-packages/redis/commands/json/ |
| Current File : //opt/imh-python/lib/python3.9/site-packages/redis/commands/json/_util.py |
from typing import Any, Dict, List, Union JsonType = Union[str, int, float, bool, None, Dict[str, Any], List[Any]]