-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |