Skip to main content

Posts

Showing posts with the label json

The Good and Bad parts of JSON

JSON stands for the javascript object notation which is light weighted which is designed for the human readable data interchange format. The JSON filename extension is .json. Json is based on the object notation of the javascript language. It has its many advantages and disadvantages. The first and foremost advantage of JSON is its fast server side parsing which also makes the whole execution of the project very fast but if it will be not on the trusted network then it can also harm you. If you are going to use JSON services, it's very important to be aware of the threats which JSON have in that. JSON working is same as the XML parsing but JSON  gives the result in the well structured way than XML.  Read More about How to create Web Service using JSON, PHP and MySQL:  http://www.ezeelive.com/blog/json-advantages-disadvantages/