R3
Size: a a a
R3
<Ч
R3
R
А
<Ч
R
R3
<Ч
Д
py3
from pprint import pprint
import json
my_dict ={
1:"hello",
"1":"world",
}
pprint(my_dict)
json_str = json.dumps(my_dict)
print(json_str)
pprint(json.loads(json_str))
{1: 'hello', '1': 'world'}
{"1": "hello", "1": "world"}
{'1': 'world'}"1" : "hello"?
<Ч
"1" : "hello"?
А
"1" : "hello"?
VA
R3
<Ч
Д
VA
VA
VA
<Ч