JSON Quiz

JSON (Javascript Object Notation) is widely used data representation and exchane format. Learn about JSON using this introductory video and test your knowledge by taking this quiz.


@firojmahmud #Beginner 15 questions  

Stats

  • Average Time    6 minutes
  • Average Points 1 pts
  • Views       9.1 k
  • Featured No
  • Takers         1387
  • Completed 2130

Video based Quiz

Please watch the video and try to memorize the concepts before attempting the Quiz.

Notes for Quiz

  • JSON - Javascript Object Notation
  • JSON is a simple data exchange format which helps to pass data back and forth between JavaScript and Server side technologies.
  • Every property of the object should be separated by a comma.
  • To generate JSON object from WCF - Webhttp binding is required.
  • For MVC and ASP.NET, JSON result and serialization is required respectively.

Loading Please Wait...