.json

CRUD Operation on JSON File using PHP

This tutorial tackles on how to CRUD(create, read, update and delete) which is also the same as show, add, edit and delete on JSON file using PHP. 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.