U
    4JeÙ   ã                   @   s   d Z G dd„ deƒZdS )zImplementation of RawJSON
c                   @   s   e Zd ZdZdd„ ZdS )ÚRawJSONzFWrap an encoded JSON document for direct embedding in the output

    c                 C   s
   || _ d S )N)Úencoded_json)Úselfr   © r   ú7/tmp/pip-unpacked-wheel-52sb2ggr/simplejson/raw_json.pyÚ__init__   s    zRawJSON.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r      s   r   N)r
   Úobjectr   r   r   r   r   Ú<module>   s   