atomlite.Json

atomlite.Json = bool | float | str | None | list['Json'] | dict[str, 'Json']

A JSON value.