My API provides JSON data structured like this:
[{"NAME":"john","SURNAME":"johny","ADULT":"3","CHILD":"3","BABY":"0",}]
In my JavaScript function, I need to send a request to a web service that will update the value of "BABY" from "0" to "1". Can this be achieved without relying on jQuery?