Código fuente para pydatajson.response_formatters.dict_formatter

# -*- coding: utf-8 -*-

from __future__ import unicode_literals

from pydatajson.response_formatters.validation_response_formatter import \
    ValidationResponseFormatter


[documentos]class DictFormatter(ValidationResponseFormatter):
[documentos] def format(self): return self.response