I am working on a very big JSON file, and I decided to use the ijson library.
Now I want to update some value in this JSON file, but I don't know how.
For example, from:
{"age": 25, "gender": "M"}
update to:
{"age": 30, "gender": "F"}
by using the ijson library.