New submission from Brett Cannon: See https://github.com/python/typing/issues/182 for the full details, but it should be:
JSONType = t.Union[str, int, float, bool, None, t.Dict[str, t.Any], t.List[Any]] ---------- assignee: brett.cannon components: Library (Lib) messages: 260587 nosy: brett.cannon, gvanrossum priority: low severity: normal stage: needs patch status: open title: Create json.JSONType type: enhancement versions: Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26396> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com