JSON Example
JSON Example is a PHP topic. In plain words you use it for api out for mobile in a JSON endpoint. Don’t start with a slogan — start with that picture.
Smallest example: json_encode($row, JSON_UNESCAPED_UNICODE). Type it, run it, and say what you see. If you can do that from memory, you know JSON Example.
From the example next to this theory — JSON Example: scores array, print avg, then high marks.
Trap — echo array without json_encode. Fix that before you talk about advanced PHP.
Viva — what is JSON Example? Then show json_encode($row, JSON_UNESCAPED_UNICODE). Then name the trap.
What is JSON Example? Show this: json_encode($row, JSON_UNESCAPED_UNICODE). Trap: echo array without json_encode.