3v4l.org

run code in 300+ PHP versions simultaneously
<?php $request = array( 'Name' => "test", 'Description' => "test", 'Project' => array('Id' => 13197), // PSO project 'AssignedTeams' => array( array( 'Team' => array('Id' => 15) ) ), 'EntityState' => array('Id' => 64), // New status 'CustomFields' => array( array( 'Name' => "Customer", 'Type' => "DropDown", 'Value' => "hi" ) ) ); $json = json_encode($request); echo "JSON payload: " . $json . "<br><br>"; ?>

preferences:
39.91 ms | 402 KiB | 5 Q