JSON Parse error unexpected token - Expanding menu

Welp, without trying to figure out what your code is doing…

Why are you trying to parse the JSON? Why not just do this?

console.log('reapeterData subsubitems ', repeaterData[`subSubItems1`]);

What do you get? Does this work?