3v4l.org

run code in 300+ PHP versions simultaneously
<?php $j1 = '{ "title": "Example Schema", "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" }, "age": { "description": "Age in years", "type": "integer", "minimum": 0 } }, "required": ["firstName", "lastName"] }'; $d1 = json_decode($j1); print_r($d1);

preferences:
43.54 ms | 402 KiB | 5 Q