ó
P'—^c           @   s    d  Z  d e f d „  ƒ  YZ d S(   s   Implementation of RawJSON
t   RawJSONc           B   s   e  Z d  Z d „  Z RS(   sF   Wrap an encoded JSON document for direct embedding in the output

    c         C   s   | |  _  d  S(   N(   t   encoded_json(   t   selfR   (    (    s5   /tmp/pip-unpacked-wheel-9xjeDh/simplejson/raw_json.pyt   __init__   s    (   t   __name__t
   __module__t   __doc__R   (    (    (    s5   /tmp/pip-unpacked-wheel-9xjeDh/simplejson/raw_json.pyR       s   N(   R   t   objectR    (    (    (    s5   /tmp/pip-unpacked-wheel-9xjeDh/simplejson/raw_json.pyt   <module>   s   