Problem: you have a json-file (or any kind of json-like object like yaml or python's list of dicts), and you need to change specific node values.
{
"store": {
"bicycle": {
"color": "red", "comment1": "I want to change the color to the one from my database!",
"price": 19.95, "comment2": "I want to change the price to some known value!",
}