Exemplo n.º 1
0
 async def encode_json(cls, content):
     return json_dumps(content)
Exemplo n.º 2
0
def json(val):
    return json_dumps(val)