<?php $arr1 = ['option' => "nos", 'optioncost' => 10]; $arr2 = ['option' => "opts", 'optioncost' => 20]; $arr3 = ['option' => "opts", 'optioncost' => 30];
Standard input is empty
[{"option":"nos","optioncost":10},{"option":"opts","optioncost":20},{"option":"opts","optioncost":30}]