Within a JSON file, I came across an array that requires the 'TODO' placeholder to be replaced with the entry above it. To elaborate, the initial "TODO" should be substituted with "Previous question" and the subsequent one with "Next question".
[
{
"englishDefault": "Previous question",
"default": "TODO"
},
{
"englishDefault": "Next question",
"default": "TODO"
}
]