๐ŸŒ
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.
text-based open standard designed for human-readable data interchange
whitespace
object
combox respuesta json
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 โ€ฆ Wikipedia
Factsheet
JavaScript Object Notation
Filename extension .json
Internet media type application/json
Factsheet
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).
๐ŸŒ
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
JSON is a text-based data format following JavaScript object syntax. It represents structured data as a string, which is useful when you want to transmit data across a network. Even though it closely resembles JavaScript object literal syntax, it can be used independently from JavaScript.
๐ŸŒ
Oracle
oracle.com โ€บ ai database
Hereโ€™s Why JSON Rules the Web
April 4, 2024 - JSON (JavaScript Object Notation) is a text-based format for storing and exchanging data in a way thatโ€™s both human-readable and machine-parsable. As a result, JSON is relatively easy to learn and to troubleshoot.
Find elsewhere
๐ŸŒ
JSON Formatter
jsonformatter.curiousconcept.com
JSON Formatter & Validator
Format and validate JSON data so that it can easily be read by human beings.
๐ŸŒ
Snowflake
snowflake.com โ€บ en โ€บ fundamentals โ€บ what-is-json
What is JSON? File Format Explained
2 weeks ago - Explore what JSON is and how it works. Learn about JSON format, file types, data types, document databases and real-world applications.
๐ŸŒ
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.
๐ŸŒ
Stack Overflow
stackoverflow.blog โ€บ 2022 โ€บ 06 โ€บ 02 โ€บ a-beginners-guide-to-json-the-data-format-for-the-internet
A beginner's guide to JSON, the data format for the internet - Stack Overflow
Thatโ€™s where JSON (JavaScript Object Notation) comes in. If youโ€™ve consumed an API in the last five to ten years, youโ€™ve probably seen JSON data. While the format was first developed in the early 2000s, the first standards were published ...
๐ŸŒ
GeeksforGeeks
geeksforgeeks.org โ€บ javascript โ€บ json-data-types
JSON Data Types - GeeksforGeeks
July 11, 2025 - JSON (JavaScript Object Notation) is the most widely used data format for data interchange on the web.