JSON – Java Script Object Notation
#1

Abstract
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.

JSON is built on two structures:

A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array.
An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence.
These are universal data structures. Virtually all modern programming languages support them in one form or another. It makes sense that a data format that is interchangable with programming languages also be based on these structures.

For more details , please go through the following thread

http://bank.cs.columbia.edu/classes/cs61..._Kumar.ppt
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: script defer, script for singing, inaugral script, script for anchorning, script for feairwell, confrencectype anchring script, filmfare awards script**lam pdf,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  OBJECT TRACKING AND DETECTION full report project topics 9 31,245 06-10-2018, 12:20 PM
Last Post: jntuworldforum
  E-COMPILER FOR JAVA WITH SECURITY EDITOR smart paper boy 7 11,987 27-07-2013, 01:06 PM
Last Post: computer topic
  E-COMPILER FOR JAVA WITH SECURITY EDITOR seminar class 9 13,768 24-06-2013, 11:44 AM
Last Post: Guest
  Java Cryptography Architecture (JCA) seminar projects crazy 1 2,579 17-12-2012, 01:51 PM
Last Post: seminar details
Lightbulb Java Cryptography Architecture (JCA) computer science crazy 1 2,634 17-12-2012, 01:51 PM
Last Post: seminar details
  OBJECT-ORIENTED APPROACH IN SOFTWARE DEVELOPMENT project report helper 2 2,508 20-11-2012, 12:48 PM
Last Post: seminar details
  Object tracking in video scenes computer science crazy 1 9,032 06-10-2012, 11:36 AM
Last Post: seminar details
  Java Programs IO STREAMS computer girl 0 841 08-06-2012, 12:17 PM
Last Post: computer girl
  if u can help me in java RMI ahmed abed 2 1,762 04-02-2012, 11:37 AM
Last Post: seminar addict
  JAVA RMI Technology seminar surveyer 3 3,204 26-01-2012, 10:31 AM
Last Post: seminar addict

Forum Jump: