def __init__(self, decoder=json.loads): # type: (Callable[Text, Any]) -> None super(JsonDecode, self).__init__() self.decoder = decoder