1
score
59
views
yes
status
CC BY-SA 3.0
Read JSCON file with PHP
It is called JSON, not JSCON. The code you posted is JavaScript, not PHP. Here is an example of how you could read the JSON you provided with PHP: This will print each goalie's name.
Technical answers from my Stack Overflow history, with source links and licenses.
Showing 1 of 1 answer tagged php
Exported May 9, 2026
It is called JSON, not JSCON. The code you posted is JavaScript, not PHP. Here is an example of how you could read the JSON you provided with PHP: This will print each goalie's name.