JSON
json.org
JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language Standard ECMA-262 3rd Edition - December 1999.
Factsheet
JavaScript Object Notation
Filename extension .json
Internet media type application/json
JavaScript Object Notation
Filename extension .json
Internet media type application/json
Wikipedia
en.wikipedia.org โบ wiki โบ JSON
JSON - Wikipedia
March 6, 2005 - JSON (JavaScript Object Notation, pronounced /หdสeษชsษn/ or /หdสeษชหsษn/) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of nameโvalue pairs and arrays (or other serializable values).
Videos
18:24
Learn JSON: A Must-Know Data Format - YouTube
10:09
Learn JSON files in 10 minutes! ๐ - YouTube
12:00
Learn JSON in 10 Minutes - YouTube
14:24
JSON Tutorial - Learn in 15 Minutes - YouTube
JSON in 5 minutes or less
What are JSON files (in less than 3 minutes)
W3Schools
w3schools.com โบ whatis โบ whatis_json.asp
What is JSON
The JSON format is syntactically identical to the code for creating JavaScript objects.
JSON Editor Online
jsoneditoronline.org
JSON Editor Online: edit JSON, format JSON, query JSON
JSON is the most used data format between servers and browser, and JSON Editor Online is an indispensable tool for frontend and backend developers working with JSON data in their daily life.
W3Schools
w3schools.com โบ js โบ js_json.asp
W3Schools.com
JSON is a plain text format for storing and transporting data.
MDN Web Docs
developer.mozilla.org โบ en-US โบ docs โบ Learn_web_development โบ Core โบ Scripting โบ JSON
Working with JSON - Learn web development | MDN
JavaScript Object Notation (JSON) is a standard text-based format for representing structured data based on JavaScript object syntax. It is commonly used for transmitting data in web applications (e.g., sending some data from the server to the client, so it can be displayed on a web page, or ...
JSON Formatter
jsonformatter.curiousconcept.com
JSON Formatter & Validator
Format and validate JSON data so that it can easily be read by human beings.
JSON Formatter
jsonformatter.org
Best JSON Formatter and JSON Validator: Online JSON Formatter
Online JSON Formatter / Beautifier and JSON Validator will format JSON data, and helps to validate, convert JSON to XML, JSON to CSV. Save and Share JSON
Json Parser Online
json.parser.online.fr
Json Parser Online
Analyze your JSON string as you type with an online Javascript parser, featuring tree view and syntax highlighting. Processing is done locally: no data send to server.
Simple English Wikipedia
simple.wikipedia.org โบ wiki โบ JSON
JSON - Simple English Wikipedia, the free encyclopedia
June 25, 2025 - JSON (JavaScript Object Notation) is a way of expressing information. JSON is usually easy to understand. It can express information like XML. It is based on JavaScript's notation for object literals.
Newtonsoft
newtonsoft.com โบ json
Json.NET - Newtonsoft
Create, parse, query and modify JSON using Json.NET's JObject, JArray and JValue objects.
Go
go.dev โบ blog โบ json
JSON and Go - The Go Programming Language
January 25, 2011 - JSON (JavaScript Object Notation) is a simple data interchange format. Syntactically it resembles the objects and lists of JavaScript. It is most commonly used for communication between web back-ends and JavaScript programs running in the browser, but it is used in many other places, too.
TheServerSide
theserverside.com โบ definition โบ JSON-Javascript-Object-Notation
What is JSON? - Definition from TechTarget.com
JSON (JavaScript Object Notation) is a text-based, human-readable data interchange format used to exchange data between web clients and web servers. The format defines a set of structuring rules for the representation of structured data.
JSON Schema
json-schema.org
JSON Schema
While JSON is probably the most popular format for exchanging data, JSON Schema is the vocabulary that enables JSON data consistency, validity, and interoperability at scale.
DigitalOcean
digitalocean.com โบ community โบ tutorials โบ an-introduction-to-json
An Introduction to JSON | DigitalOcean
August 24, 2022 - JSON, short for JavaScript Object Notation, is a format for sharing data. As its name suggests, JSON is derived from the JavaScript programming language, but itโs available for use by many languages including Python, Ruby, PHP, and Java.
Codecademy
codecademy.com โบ article โบ what-is-json
What Is JSON? | Codecademy
JSON, or JavaScript Object Notation, is a popular, language-independent, standard format for storing and exchanging data.