wefra/scripts/data/current_gain.php

4 lines
70 B
PHP

<?php
$dataset = array(10, 2, 8, 34, 80);
echo json_encode($dataset);