def copy(self, *args, **kwargs) -> 'JSON':
"""
:param args: The arguments to the UUID constructor
:param kwargs: The keyword arguments to the UUID constructor
:return: A deep copy of this object
"""
return JSON(*args, **kwargs)
评论列表
文章目录