JSON with PHP.

In Php, You can convert your Objects into a well-formatted JSON string in PHP with the help of the json_encode() function.

Code :