users.json
[
{
"name": "Rubs",
"uuid": "9e24f3f5-7089-4f3c-bf63-211c24a0744e",
"balance": 500
},
{
"name": "Foxitic",
"uuid": "39f6521c-5a18-48e4-8c84-6f1bb6c8de90",
"balance": 500
},
{
"name": "Jxsh",
"uuid": "5f06ea31-3a20-43fc-8ce8-60ac7e7b0971",
"balance": 500
},
{
"name": "Bopeebo",
"uuid": "91a5d15b-cca0-44e9-a513-91fe7ab05715",
"balance": 500
}
]
If I wanted to update the "balance" of an individual with the specified "name", how would I go about doing that?
I am already looping through each to find which object is the specified user's, I just need to be able to edit that object, and more specifically the balance. Thanks for all help you can give, you guys are the real heroes <3