fork download
  1. <?php
  2.  
  3. print_r(json_decode('{"quantity":"1","text":"test"}'));
Success #stdin #stdout 0.01s 24400KB
stdin
Standard input is empty
stdout
stdClass Object
(
    [quantity] => 1
    [text] => test
)