o
    2g<-                     @   s(  d dl Z d dlZd dlZd dlZd dlZd dlmZ d dl	m
Z d dlmZ ddlmZ ddlmZ ejrAddlmZ dd	lmZ zd dlZW n eyR   dZY nw G d
d dejZG dd dejZ	d)dejeejf dejd ddfddZ	d)dejeejf dejd ddfddZd)dejdejd dejdefddZ 	d)dejdej!e dejd dejddf
ddZ"d)dedejd dejdejfddZ#d)dej!e dejd dejdejfdd Z$dejdejdefd!d"Z%dejdej!e dejddfd#d$Z&d%ejdejdd&fd'd(Z'dS )*    N)date)htmlsafe_json_dumps)	http_date   )current_app)request)Flask)Responsec                       s.   e Zd ZdZdejdejf fddZ  ZS )JSONEncodera  The default JSON encoder. Handles extra types compared to the
    built-in :class:`json.JSONEncoder`.

    -   :class:`datetime.datetime` and :class:`datetime.date` are
        serialized to :rfc:`822` strings. This is the same as the HTTP
        date format.
    -   :class:`uuid.UUID` is serialized to a string.
    -   :class:`dataclasses.dataclass` is passed to
        :func:`dataclasses.asdict`.
    -   :class:`~markupsafe.Markup` (or any object with a ``__html__``
        method) will call the ``__html__`` method to get a string.

    Assign a subclass of this to :attr:`flask.Flask.json_encoder` or
    :attr:`flask.Blueprint.json_encoder` to override the default.
    oreturnc                    s`   t |tr	t|S t |tjrt|S trt|rt|S t	|dr*t|
 S t |S )zConvert ``o`` to a JSON serializable type. See
        :meth:`json.JSONEncoder.default`. Python does not support
        overriding how basic types like ``str`` or ``list`` are
        serialized, they are handled before this method.
        __html__)
isinstancer   r   uuidUUIDstrdataclassesis_dataclassasdicthasattrr   superdefault)selfr   	__class__ b/var/www/mastermindingenieria.com/MONITOR/venv/lib/python3.10/site-packages/flask/json/__init__.pyr   *   s   


zJSONEncoder.default)__name__
__module____qualname____doc__tAnyr   __classcell__r   r   r   r   r
      s    "r
   c                   @   s   e Zd ZdZdS )JSONDecoderzThe default JSON decoder.

    This does not change any behavior from the built-in
    :class:`json.JSONDecoder`.

    Assign a subclass of this to :attr:`flask.Flask.json_decoder` or
    :attr:`flask.Blueprint.json_decoder` to override the default.
    N)r   r   r   r    r   r   r   r   r$   ;   s    r$   kwargsappr   r   c                 C   s   |du rt }|r<|j}tr|jtjnd}|dur"|jdur"|j}| d| | d|jd  | d|jd  dS | dd | dt dS )z,Inject default arguments for dump functions.Nclsensure_asciiJSON_AS_ASCII	sort_keysJSON_SORT_KEYST)	r   json_encoderr   
blueprintsget	blueprint
setdefaultconfigr
   r%   r&   r'   bpr   r   r   _dump_arg_defaultsF   s   r4   c                 C   sd   |du rt }|r*|j}tr|jtjnd}|dur"|jdur"|j}| d| dS | dt dS )z,Inject default arguments for load functions.Nr'   )r   json_decoderr   r-   r.   r/   r0   r$   r2   r   r   r   _load_arg_defaults[   s   r6   objc                 K   sZ   t ||d |dd}tj| fi |}|dur+tjdtdd t|tr+|	|S |S )a[  Serialize an object to a string of JSON.

    Takes the same arguments as the built-in :func:`json.dumps`, with
    some defaults from application configuration.

    :param obj: Object to serialize to JSON.
    :param app: Use this app's config instead of the active app context
        or defaults.
    :param kwargs: Extra arguments passed to :func:`json.dumps`.

    .. versionchanged:: 2.0
        ``encoding`` is deprecated and will be removed in Flask 2.1.

    .. versionchanged:: 1.0.3
        ``app`` can be passed directly, rather than requiring an app
        context for configuration.
    r&   encodingNz:'encoding' is deprecated and will be removed in Flask 2.1.r   
stacklevel)
r4   pop_jsondumpswarningswarnDeprecationWarningr   r   encode)r7   r&   r%   r9   rvr   r   r   r>   m   s   

r>   fpc                 K   s   t ||d |dd}|du}z|d W n ty*   d}t||p&d}Y nw |r5tjdtdd	 t	j
| |fi | dS )
a@  Serialize an object to JSON written to a file object.

    Takes the same arguments as the built-in :func:`json.dump`, with
    some defaults from application configuration.

    :param obj: Object to serialize to JSON.
    :param fp: File object to write JSON to.
    :param app: Use this app's config instead of the active app context
        or defaults.
    :param kwargs: Extra arguments passed to :func:`json.dump`.

    .. versionchanged:: 2.0
        Writing to a binary file, and the ``encoding`` argument, is
        deprecated and will be removed in Flask 2.1.
    r8   r9   N Tzutf-8zfWriting to a binary file, and the 'encoding' argument, is deprecated and will be removed in Flask 2.1.r   r:   )r4   r<   write	TypeErrorioTextIOWrapperr?   r@   rA   r=   dump)r7   rD   r&   r%   r9   show_warningr   r   r   rJ      s    rJ   sc                 K   sV   t ||d |dd}|dur"tjdtdd t| tr"| |} tj	| fi |S )a  Deserialize an object from a string of JSON.

    Takes the same arguments as the built-in :func:`json.loads`, with
    some defaults from application configuration.

    :param s: JSON string to deserialize.
    :param app: Use this app's config instead of the active app context
        or defaults.
    :param kwargs: Extra arguments passed to :func:`json.loads`.

    .. versionchanged:: 2.0
        ``encoding`` is deprecated and will be removed in Flask 2.1. The
        data must be a string or UTF-8 bytes.

    .. versionchanged:: 1.0.3
        ``app`` can be passed directly, rather than requiring an app
        context for configuration.
    r8   r9   Nzd'encoding' is deprecated and will be removed in Flask 2.1. The data must be a string or UTF-8 bytes.r   r:   )
r6   r<   r?   r@   rA   r   bytesdecoder=   loads)rL   r&   r%   r9   r   r   r   rO      s   

rO   c                 K   s^   t ||d |dd}|dur&tjdtdd t| dtr&t	| |} t
j| fi |S )a(  Deserialize an object from JSON read from a file object.

    Takes the same arguments as the built-in :func:`json.load`, with
    some defaults from application configuration.

    :param fp: File object to read JSON from.
    :param app: Use this app's config instead of the active app context
        or defaults.
    :param kwargs: Extra arguments passed to :func:`json.load`.

    .. versionchanged:: 2.0
        ``encoding`` is deprecated and will be removed in Flask 2.1. The
        file must be text mode, or binary mode with UTF-8 bytes.
    r8   r9   Nzw'encoding' is deprecated and will be removed in Flask 2.1. The file must be text mode, or binary mode with UTF-8 bytes.r   r:   r   )r6   r<   r?   r@   rA   r   readrM   rH   rI   r=   load)rD   r&   r%   r9   r   r   r   rQ      s   rQ   c                 K   s   t | fdti|S )a6  Serialize an object to a string of JSON with :func:`dumps`, then
    replace HTML-unsafe characters with Unicode escapes and mark the
    result safe with :class:`~markupsafe.Markup`.

    This is available in templates as the ``|tojson`` filter.

    The returned string is safe to render in HTML documents and
    ``<script>`` tags. The exception is in HTML attributes that are
    double quoted; either use single quotes or the ``|forceescape``
    filter.

    .. versionchanged:: 2.0
        Uses :func:`jinja2.utils.htmlsafe_json_dumps`. The returned
        value is marked safe by wrapping in :class:`~markupsafe.Markup`.

    .. versionchanged:: 0.10
        Single quotes are escaped, making this safe to use in HTML,
        ``<script>`` tags, and single-quoted attributes without further
        escaping.
    r>   )_jinja_htmlsafe_dumpsr>   )r7   r%   r   r   r   htmlsafe_dumps   s   rS   c                 K   s   | t| fi | dS )zSerialize an object to JSON written to a file object, replacing
    HTML-unsafe characters with Unicode escapes. See
    :func:`htmlsafe_dumps` and :func:`dumps`.
    N)rF   rS   )r7   rD   r%   r   r   r   htmlsafe_dump  s   rT   argsr	   c                  O   sr   d}d}t jd st jrd}d}| r|rtdt| dkr#| d }n| p&|}t jt|||d	 d
t jd dS )a7  Serialize data to JSON and wrap it in a :class:`~flask.Response`
    with the :mimetype:`application/json` mimetype.

    Uses :func:`dumps` to serialize the data, but ``args`` and
    ``kwargs`` are treated as data rather than arguments to
    :func:`json.dumps`.

    1.  Single argument: Treated as a single value.
    2.  Multiple arguments: Treated as a list of values.
        ``jsonify(1, 2, 3)`` is the same as ``jsonify([1, 2, 3])``.
    3.  Keyword arguments: Treated as a dict of values.
        ``jsonify(data=data, errors=errors)`` is the same as
        ``jsonify({"data": data, "errors": errors})``.
    4.  Passing both arguments and keyword arguments is not allowed as
        it's not clear what should happen.

    .. code-block:: python

        from flask import jsonify

        @app.route("/users/me")
        def get_current_user():
            return jsonify(
                username=g.user.username,
                email=g.user.email,
                id=g.user.id,
            )

    Will return a JSON response like this:

    .. code-block:: javascript

        {
          "username": "admin",
          "email": "admin@localhost",
          "id": 42
        }

    The default output omits indents and spaces after separators. In
    debug mode or if :data:`JSONIFY_PRETTYPRINT_REGULAR` is ``True``,
    the output will be formatted to be easier to read.

    .. versionchanged:: 0.11
        Added support for serializing top-level arrays. This introduces
        a security risk in ancient browsers. See :ref:`security-json`.

    .. versionadded:: 0.2
    N),:JSONIFY_PRETTYPRINT_REGULARr   )z, z: z=jsonify() behavior undefined when passed both args and kwargs   r   )indent
separators
JSONIFY_MIMETYPE)mimetype)r   r1   debugrG   lenresponse_classr>   )rU   r%   rZ   r[   datar   r   r   jsonify  s   1
rc   )N)(rH   jsonr=   typingr!   r   r?   datetimer   jinja2.utilsr   rR   werkzeug.httpr   globalsr   r   TYPE_CHECKINGr&   r   wrappersr	   r   ImportErrorr
   r$   Dictr   r"   Optionalr4   r6   r>   IOrJ   rO   rQ   rS   rT   rc   r   r   r   r   <module>   sl    "

&$
&',$!$