JSON encode and decode in PHP

Hi friends, in this tutorial you will learn JSON encode and decode in PHP. Before getting started with JSON with respect to PHP, you must know what JSON means exactly. JSON is nothing but a javascript object notation with a specific syntax or format as shown below. {‘key’:value,’key1′:value1,’key2′:value2,’key3′:value3} Why we use JSON:- However, if we … Read more