# epy.typing.JsonDict

[[[Source]]](https://github.com/google/etils/tree/main/etils/epy/typing.py#L21)



```python
JsonDict = dict[str, Json]
```