"""json is the same name as a stdlib module."""


class JSONDecoder:
    """Do things with json."""

    def decode(self, s):
        """Decode a string."""
        return s
