<?php
	$arr = array(array('id' => 1, 'name' => 'fulano', 'email' => 'fulano@abc.com'));
	echo json_encode(...$arr);