Laravel – PHP json_decode adding extra quote marks to string
I'm trying to json_decode a JSON package from the database and then explode one of the properties by 'n' as follows. I'm in laravel so I've dd'd all the variables as they go through the process $options = json_decode($field['options'],true); $rows…