☕️JAVA Language Community
2.91K subscribers
144 photos
7 videos
31 files
42 links
☕️ Software, IT, Java, news
💻 IT highlights
🎯 AI update
🖥⌨️🖱
Download Telegram
#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☕️
➡️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☕️
➡️Characteristics of #JSON

1️⃣JSON is easy to read and write.

2️⃣It is a lightweight text-based interchange format.

3️⃣JSON is language independent.

@javaCode☕️
👍1