# epy.typing.Json

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



```python
Json = _JsonLeaf | dict[_JsonLeaf, "Json"] | list["Json"] | tuple["Json", ...]
```