Click here to Skip to main content
15,886,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI Experts,

I am new in field of Programming and wana learn new technologies.. Heard a lot of JSON and JQUERY.

Can any body differenetiate between them??

and can you provide some reading books for learning these two??


I will be really thankful for this.


Regards.
Posted

1 solution

Definition as per http://www.json.org/[^] : JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

Definition as per http://en.wikipedia.org/wiki/JQuery[^] : jQuery is a multi-browser JavaScript library designed to simplify the client-side scripting of HTML.[5] It was released in January 2006 at BarCamp NYC by John Resig. It is currently developed by a team of developers led by Dave Methvin. Used by over 55% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today.[6][7]

jQuery is free, open source software, licensed under the MIT License.[8] jQuery's syntax is designed to make it easier to navigate a document, select DOM elements, create animations, handle events, and develop Ajax applications. jQuery also provides capabilities for developers to create plug-ins on top of the JavaScript library. This enables developers to create abstractions for low-level interaction and animation, advanced effects and high-level, theme-able widgets. The modular approach to the jQuery library allows the creation of powerful dynamic web pages and web applications.

For differences between them please refer the below link:
http://forums.asp.net/t/1731010.aspx/1[^]

I heard that jquery in action book is good (but note that I didnt read myself)
 
Share this answer
 
v3
Comments
VICK 14-May-13 1:32am    
can u alos provide me some book for that so i could read when I am offline??? :)
Mohammed Hameed 14-May-13 1:36am    
added book for jquery (jquery in action). Most of friends have referred this book and they say its good. But note that I have not read this book.
VICK 14-May-13 2:41am    
Thanks for your concern.. but I wanted some link from where i could download the book directly & secondly not a copy paste answer.. coz if i wanted so,, i could have used GOOGLE... anyways thanks. &
well will google JQUERy IN action... :)
Mohammed Hameed 14-May-13 1:37am    
And for JSON, json.org is best for your reference.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900