apppublic/appPublic/t.py
2024-09-23 14:16:07 +08:00

9 lines
131 B
Python

import json
from dataencoder import quotedstr
d = {
"gret":"HGREert",
"ynh":"RtghretbertBHER"
}
print(quotedstr(json.dumps(d)))