<?php $json_str = '[{"value":"css"},{"value":"html"},{"value":"javascript"},{"value":"just a samplepost"}]'; echo implode(',',array_column(json_decode($json_str,true),'value'));
You have javascript disabled. You will not be able to edit any code.