How To Convert JSON String To Array In PHP

How can I convert the json string to array in php

You can use json_decode

json_decode($jsonstring, true);
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments