<?php $s = '{"t":"abc-1","d":"2017-12-29 12:42:53"} {"t":"abc-2","d":"2017-12-29 12:43:05"} {"t":"abc-3","d":"2017-12-30 14:42:09"} {"t":"code-4","d":"2017-12-30 14:42:20"}'; $arr = explode(PHP_EOL, $s); Foreach($arr as $line){ $json[] = json_decode($line,true); } Var_dump($json);
You have javascript disabled. You will not be able to edit any code.