U
    O5[                      @   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   5/usr/lib/python3/dist-packages/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   