JSON

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.

What is JSON used for?

JSON is most commonly used in API's for serializing data that can be sent over a network connection in a structured manner. The JSON format is both human and machine readable and is used in many application to application operation. Where connection between backend and frontend application being a common use-case.

Is JSON an API?

JSON is not an API, API stands for Application Programming Interface and is the basis of any machine to machine operation. However JSON is common format used to serialize and structure data that can be used across an API.

New JSON Tutorials
View all
New JSON Podcasts
View all
New JSON Videos
View all
New JSON Questions
View all
New JSON Books
View all
New JSON Courses
View all