I made a mistake and overwrote a JSON file with some weird data, thankfully I had no back-up and I'm too lazy to fix it so now you guys can solve it for me!
Get the strings out of those arrays.
getValue([[[[[[[[[[[[[[[["Bazinga"]]]]]]]]][]]]]]]]]) β "Bazinga"
getValue([[[][[[[[[[["God, what is happening"]]]]]]]]]) β"God, what is happening"
getValue([[[[[[[[[[[]]]]]]]]]]]) β "What... why did you make this?"
getValue([[][][][][][][][[][][[[[[[["I have no idea what i'm doing"]]]]]]]]]) β
"I have no idea what i'm doing"
Notice that if there is no string, you should return a pre-defined string (see example #3).