Just in case anyone else has the same issue: it appears to persist page specific section data, each JSON Template needs its own liquid file in the sections directory.
{
"sections":{
"main":{
"type": "Specific Liquid File Name"
}
},
"order":[
"main"
]
}