In One Minute : JSON

JSON (JavaScript Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values).

It is a commo…


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Rakesh KR

JSON (JavaScript Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values).

It is a common data format with diverse uses in electronic data interchange, including that of web applications with servers.
JSON is a language-independent data format.

It was derived from JavaScript, but many modern programming languages include code to generate and parse JSON-format data.
JSON filenames use the extension .json. Any valid JSON file is a valid JavaScript (.js) file, even though it makes no changes to a web page on its own.

Douglas Crockford originally specified the JSON format in the early 2000s. He and Chip Morningstar sent the first JSON message in April 2001.

Official website :- https://json.org/


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Rakesh KR


Print Share Comment Cite Upload Translate Updates
APA

Rakesh KR | Sciencx (2022-10-26T09:39:59+00:00) In One Minute : JSON. Retrieved from https://www.scien.cx/2022/10/26/in-one-minute-json/

MLA
" » In One Minute : JSON." Rakesh KR | Sciencx - Wednesday October 26, 2022, https://www.scien.cx/2022/10/26/in-one-minute-json/
HARVARD
Rakesh KR | Sciencx Wednesday October 26, 2022 » In One Minute : JSON., viewed ,<https://www.scien.cx/2022/10/26/in-one-minute-json/>
VANCOUVER
Rakesh KR | Sciencx - » In One Minute : JSON. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/10/26/in-one-minute-json/
CHICAGO
" » In One Minute : JSON." Rakesh KR | Sciencx - Accessed . https://www.scien.cx/2022/10/26/in-one-minute-json/
IEEE
" » In One Minute : JSON." Rakesh KR | Sciencx [Online]. Available: https://www.scien.cx/2022/10/26/in-one-minute-json/. [Accessed: ]
rf:citation
» In One Minute : JSON | Rakesh KR | Sciencx | https://www.scien.cx/2022/10/26/in-one-minute-json/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.