3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = '[{"ID": "ALLEVARD","sheetURL":"https://docs.google.com/document/d/1wugfxhBDeUc-qDHqzFTGsNbfZHulgp-uN9JnpY1_A0A/edit?usp=sharing","imgURL":"https://s3.amazonaws.com/f.cl.ly/items/1j0t32293C1l442N2921/AllevardKing.jpg?v=2cff0154" }]'; $obj = json_decode($s); var_dump( $obj[0] );
Output for 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
object(stdClass)#1 (3) { ["ID"]=> string(8) "ALLEVARD" ["sheetURL"]=> string(96) "https://docs.google.com/document/d/1wugfxhBDeUc-qDHqzFTGsNbfZHulgp-uN9JnpY1_A0A/edit?usp=sharing" ["imgURL"]=> string(87) "https://s3.amazonaws.com/f.cl.ly/items/1j0t32293C1l442N2921/AllevardKing.jpg?v=2cff0154" }

preferences:
185.01 ms | 405 KiB | 197 Q