Difference between json and jquery?

JSON and JQUERY are different client centric technology. 

JSON is Javascript Object Notation is technology which is totally on data interchage format. it is language independent. It follow methodology which human can understand data clearly. data will be represent structure format and associated array. It is morely data representation in the form of object.

JQuery is Client side open source framework , which is based on javascript. It is meant to fasten ur development time in javascript. this library contains many built-in functions, helper method and shorthand representation for many javascript statement, which definitely reduces number of line of code which in turn reduces the size of javascript file. 

Comments

Popular posts from this blog

Bootstrap Breakpoints