Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • JSON

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 199
    Comment on it

    Javascript Object Notation


    JSON is a way to transfer data or information from one page to another page.


    JSON stands for JavaScript Object Notation


    JSON is a lightweight data transfer format


    JSON is language independent


    JSON is self-describing and easy to understand


    JSON mainly works on the key value pair. We have things which are totally stored in key value pair format


    student: [
    
          {
             "id":"01",
             "name": "Himanshu",
             "contact": "7579414837",
             "email": "hjhimanshubscit@gmail.com"
          },
    
          {
             "id":"01",
             "name": "Mohan",
             "contact": "7579414836",
             "email": "mohan@gmail.com"
          }
       ]
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: