How to update json property value and save back to file
I have a json file as follows { "desc": "my desc", "lang": "en", "issue": { "date": "2024-09-01", "title": "Empowering Razor Club" }, "stars": [ { "id": 1, "value": 5 }, { "id": 2, "value": 4 } ] } This json…