3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = <<<DATA {"foo": 1, "bar": "hello"} {"foo": 2, "bar": "cruel"} {"foo": 3, "bar": "world"} DATA; $output = '[' . preg_replace('/}\s*{/', '},{', $input) . ']'; echo $output;

preferences:
36.5 ms | 402 KiB | 5 Q