apppublic/appPublic/t.py

9 lines
131 B
Python
Raw Normal View History

2024-09-23 14:16:07 +08:00
import json
from dataencoder import quotedstr
d = {
"gret":"HGREert",
"ynh":"RtghretbertBHER"
}
print(quotedstr(json.dumps(d)))