How to parse wordpress options json
The comments and answers are correct, it is no JSON but indeed a serialized array. The reason you’re having trouble unserializing it is because of the quotes inside the serialized data. David Walsh wrote a neat article about this. The problem is that you can’t simply go into the database and remove these single quotes … Read more