Working With JSON Data & PHP
Learn how to write JSON file and parse them with PHP in this series from CodeTime. We'll start with a simple drinks menu, move on to a list of dogs with multidimensional arrays, and conclude the series by getting information on Star Wars characters from a public API. It's code time!
Learning Outcome:
- What is JSON Data
- How to loop through and parse with PHP