2
how do I change the value of an object in python . json (without rewriting it all)? Ex:
{
"Nome": "Henrique Antônio de Oliveira"
"Cidade": "São Paulo"
"Estado": "São Paulo"
"Idade": "23"
"Número do Pedido:": "457835"
}
How would I change his age without rewriting the whole . json? Since then I thank you!