# encoding: utf-8
# module pandas._libs.json
# from C:\Programs\Python\Python313\Lib\site-packages\pandas\_libs\json.cp313-win_amd64.pyd
# by generator 1.147
# no doc
# no imports

# functions

def ujson_dumps(*args, **kwargs): # real signature unknown
    """ Converts arbitrary object recursively into JSON. Use ensure_ascii=false to output UTF-8. Pass in double_precision to alter the maximum digit precision of doubles. Set encode_html_chars=True to encode < > & as unicode escape sequences. """
    pass

def ujson_loads(*args, **kwargs): # real signature unknown
    """ Converts JSON as string to dict object structure. Use precise_float=True to use high precision float decoder. """
    pass

# no classes
# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x000001D219FEDA30>'

__spec__ = None # (!) real value is "ModuleSpec(name='pandas._libs.json', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000001D219FEDA30>, origin='C:\\\\Programs\\\\Python\\\\Python313\\\\Lib\\\\site-packages\\\\pandas\\\\_libs\\\\json.cp313-win_amd64.pyd')"

