common.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:kael 作者: 360skyeye 项目源码 文件源码
def to_json(content):
    """Converts content to json while respecting config options."""
    indent = None
    separators = (',', ':')
    try:
        if current_app.config['JSONIFY_PRETTYPRINT_REGULAR'] and not request.is_xhr:
            indent = 2
            separators = (', ', ': ')
    except:
        pass
    return json.dumps(content, indent=indent, separators=separators, cls=JsonEncoder)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号