#JSON or JavaScript Object Notation is a lightweight text-based open standard designed for human-readable data interchange. The JSON format was originally specified by Douglas Crockford, and is described in RFC 4627. The official Internet media type for JSON is application/json. The JSON filename extension is .json. This tutorial will help you understand JSON and its use within various programming languages such as PHP, PERL, Python, Ruby, Java, etc.
@javaCode☕️
@javaCode☕️
➡️Uses of #JSON
1️⃣It is used while writing JavaScript based applications that includes browser extensions and websites.
2️⃣JSON format is used for serializing and transmitting structured data over network connection.
3️⃣It is primarily used to transmit data between a server and web applications.
4️⃣Web services and APIs use JSON format to provide public data.
5️⃣It can be used with modern programming languages.
@javaCode☕️
1️⃣It is used while writing JavaScript based applications that includes browser extensions and websites.
2️⃣JSON format is used for serializing and transmitting structured data over network connection.
3️⃣It is primarily used to transmit data between a server and web applications.
4️⃣Web services and APIs use JSON format to provide public data.
5️⃣It can be used with modern programming languages.
@javaCode☕️