import json j = json.loads('{"nome": "Fulano", "idade": "23"}') print(j['idade']) j['idade'] = 10print(j['idade'])
Standard input is empty
23 10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!