How to Add/Append Data to JSON File using PHP
This tutorial tackles on how to add/append data to JSON file. JSON stands for JavaScript Object Notation and has an extension of .json which is a syntax for storing and exchanging data. JSON is a text, which is used in exchanging data between a browser and a server.