JSON: JavaScript Object Notation A Great Implementation in HTML5 Game Development. If you are a game developer then JSON is a very important name in your kitty. JSON basically originated from the JavaScript. It is represented with the two primary data structures i.e. Order List (Array) and Objects pairs. JSON is a light-weight text oriented data-interchange format. It is easy to implement as compare to XML. It is widely use format over the WWW. JSON is language independent and its data structure, array and objects are universality accepted. These structures are supported in some way by most of the modern programming languages like Python, Perl, ASP, ABAP, C, C++, C#, Lisp, COBOL, Ruby, Java, PL/SQL, Objective C, and many more. Basics of JSON : 1. Object : In this values are separated by comma (,). Property of these objects can be accessed by its object name followed by property name or by using array. Example: myOb
Data and Tech notes for students and professionals