Good afternoon,
I would like to convert a string to a non-associative array in PHP, functions like json_encode / json_encode are not working properly.
String:
word = '{"world": ["CE", "Supply"], "regional": ["CSC" RJ / Verticalized "]," Entity entity ": [" G & G "," BSA - , "Area": null};
I'm trying to get something like:
[0 => ["CE", "Supply"], 1 => ["CSC", "Regional" GGI "," BSA - Graphic "], 2 => [" G & G "," BSA - Graphic "]]
Thank you in advance for your attention.