JSON

JSON Courses

We found 0 JSON Courses
No course for this topic has been added yet..

JSON

JSON stands for Javascript Object Notation and is an open-standard file format that was created in 2008. The format composed of human-readable text containing data objects consisting of key-value pairs or array data types. JSON is lightweight and completely language independent, features that makes it extremely popular for developers across multiple programming languages and disciplines. JSON is built on two main structures the key/value (name/value) pair and ordered list of values, most commonly known as an array or list.