fork download
  1. <?php
  2.  
  3. print_r(json_decode('{"odpowiedz":"OK","rokszkolny":"2017\/2018"}'));
  4.  
Success #stdin #stdout 0s 82880KB
stdin
Standard input is empty
stdout
stdClass Object
(
    [odpowiedz] => OK
    [rokszkolny] => 2017/2018
)