<?php $data = [112, '34', 5.6, '7.8']; echo json_encode($data) . PHP_EOL; echo json_encode($data, JSON_NUMERIC_CHECK) . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.