Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Frs2304 authored Feb 19, 2023
1 parent 9f387a1 commit 644bec6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
## JSON

JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate. It is a text format that is completely language-independent but uses conventions that are familiar to programmers of the C family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others.
Getting Started

To get started with JSON, you don't need to install anything. JSON is a format for encoding data structures, so all you need is a text editor or a tool that can generate and parse JSON.
Usage

JSON is commonly used in web applications to transmit data between a server and a client. JSON data can be stored in a file with the .json extension, or it can be transmitted over the network as a string.

0 comments on commit 644bec6

Please sign in to comment.