def map_input(self, data: typing.TextIO) -> typing.Dict[str, typing.Any]: result = json.load(data) # type: typing.Dict[str, typing.Any] return result