I have the following array in a JSON file, is there a way to replace each 'TODO' with the entry above it. For example, the first "TODO" should be "Previous question" and the second should be "Next question".
[
{
"englishDefault": "Previous question",
"default": "TODO"
},
{
"englishDefault": "Next question",
"default": "TODO"
}
]