How to convert data from json format to an array?

1 answer 1

json-decode - this feature will help you. The second (optional) parameter in the function can be set to true in order to get an associative array.