You need to use this function.
JSON.parse(yourJsonString);
And it will return the object / array that was contained within the string.
You need to use this function.
JSON.parse(yourJsonString);
And it will return the object / array that was contained within the string.