What is the difference between json and xml?

In this article, we are going to see difference between JSON and XML.

How to convert xml data into json using php?

In this article, we are going to see how to convert XML data into JSON format using PHP .

How to pass an object from php to javascript?

You can convert the PHP object to an array, and then use JSON function to encode it. After that, decode it from JavaScript

How to convert array to json in PHP?

This post will give you example of How to convert array to json in php.

How to convert json to array in PHP?

This tutorial will give you simple example convert json to array in php.