I tried this simple JavaScript code:
eval(\'{\"Topics\":[\"toto\",\"tata\",\"titi\"]}\')
In the Chrome console, for example, this returns>
if you want to make an array use the below code
var jsonObject = eval('(' +"["+ response + "]"+')');