3v4l.org

run code in 500+ PHP versions simultaneously
<?php $arr = [ 'recipient' => [ 'address1' => '19749 Dearborn St', 'city' => 'Chatsworth', 'country_code' => 'US', 'state_code' => 'CA', 'zip' => 91311 ], 'items' => [ [ 'quantity' => 1, 'variant_id' => 2 ], [ 'quantity' => 5, 'variant_id' => 202 ] ] ]; echo $jsonString = json_encode($arr, JSON_PRETTY_PRINT);

preferences:
106.75 ms | 1696 KiB | 5 Q