Start your All-Access Pass to unlock this challenge
Which of the following will cause json_encode() to give us a pretty, more-readable version of the JSON?
json_encode()
json_encode($toys, JSON_PRETTY_PRINT);
json_encode($toys, 'JSON_PRETTY_PRINT');
json_encode($toys, $JSON_PRETTY_PRINT);
json_encode($toys, JSON_PRETTY_PRINT());