1. What is JSON? JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to…
To convert the PHP array to JSON, use the json_encode() function. The json_encode() is a built-in PHP function that converts an array to…