How to dynamically update one json object and put it back into the original json objects?
How to dynamically update one JSON object and put it back into the original JSON objects variable? I have one variable with the following JSON data in it. test='[ { "Name": "James", "Mobile": 12345678, "Gender": "Male", "Boolean": true, "Pet": "cat"…