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).
🌐
Reddit
reddit.com › r/learnjavascript › can someone please explain json to me?
r/learnjavascript on Reddit: Can someone please explain JSON to me?
November 24, 2023 -

I've never worked with any DB or back-end, etc stuff, but I am in need of some sort of data storage. I'm working on a javascript application that will only be run on my pc, offline, and I need to be able to save information. I don't want to rely on localStorage because if the browser history is wiped then all the data goes with it.

While searching for a way to collect and store info, I read about JSON, and it sounded like what I was looking for--and yet I've spent the last 4 hours watching tutorials and so far all I know about it is it's fching JS. I sat through a 12 minute video where all the guy did was write out an object in json and then copy and paste into a js file and said "now you know how to use json in all your future projects" 🙄 like what in ACTUAL fk. You could have just WROTE that in js. What's the point of JSON? Everything I've seen or read is practically just the same as this video.

DOES json collect and store data?

Like, if I put an input form in my app, and type a name and hit submit, can I make that Input hardcode into the json file to be saved forevermore and called upon when I needed in this app? Because that's what I need. Any explanation or help on this would be GREATLY appreciated.

Discussions

How can I use a Json file in a javascript file - Stack Overflow
I made a js program that picks a "advice number" From 1-50. It needs a way to connect with a json file. More on stackoverflow.com
🌐 stackoverflow.com
Open a JSON file
Any plain-text editor like Notepad++. More on reddit.com
🌐 r/learnprogramming
6
2
June 5, 2018
JSON file

You can use the Takeout Helper. The JSON files are EXIF metadata for each image. To join JPG and JSON files use this tool https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper

More on reddit.com
🌐 r/googlephotos
4
2
December 13, 2022
ELI5 :JSON?IS it a programming language?
JSON stands for JavaScript Object Notation. It's really just a convenient way of representing data, not its own language. More on reddit.com
🌐 r/learnprogramming
27
11
January 7, 2023
People also ask

What is a JSON file used for?
JSON files are used to store configuration data, API responses, or structured datasets. Common use cases include web applications, APIs, cloud services, and industrial software.
🌐
opc-router.com
opc-router.com › startseite › what is a json file?
What is a JSON file, what is it used for and how can it be opened?
How is a JSON file structured?
A JSON file consists of key-value pairs and arrays. The structure is hierarchical and clearly defined, making the data easy to read, process, and validate.
🌐
opc-router.com
opc-router.com › startseite › what is a json file?
What is a JSON file, what is it used for and how can it be opened?
Who works with JSON files?
JSON files are used by software developers, system integrators, web services, and automated systems. In many cases, they are generated and processed automatically in the background.
🌐
opc-router.com
opc-router.com › startseite › what is a json file?
What is a JSON file, what is it used for and how can it be opened?
🌐
JSON Editor Online
jsoneditoronline.org
JSON Editor Online: edit JSON, format JSON, query JSON
Copy and paste your JSON file in the JSON editor, or load it from disk via the menu or via drag-and-drop. Then, you can edit the contents similar to how you use any text editor: enter new content with your keyboard, and right-click to open a context menu with actions like copy/paste, insert, remove.
🌐
JSON
json.org
JSON
JSON 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.
🌐
OPC Router
opc-router.com › startseite › what is a json file?
What is a JSON file, what is it used for and how can it be opened?
January 2, 2026 - A JSON file is a text file that stores simple data structures and objects in Java Script Object Notation format.
Find elsewhere
🌐
IBM
ibm.com › docs › en › db2 › 11.5.x
JSON documents
JSON documents consist of fields, which are name-value pair objects. The fields can be in any order, and be nested or arranged in arrays.
🌐
Stack Overflow
stackoverflow.com › questions › 78181472 › how-can-i-use-a-json-file-in-a-javascript-file
How can I use a Json file in a javascript file - Stack Overflow
Json in js I made a js program that picks a "advice number" From 1-50. It needs a way to connect with a json file. Js file: Advice_number = Math.floor(Math.random() * 50 ) + 1 console.log(
🌐
Oracle
oracle.com › database › what-is-json
What is JSON? | Oracle
Simplifying complex data models. JSON simplifies complex documents down to the components identified as being meaningful and converts the data extraction process to a predictable and human-readable JSON file.
🌐
Jsonlines
jsonlines.org
JSON Lines
This page describes the JSON Lines text format, also called newline-delimited JSON. JSON Lines is a convenient format for storing structured data that may be processed one record at a time. It works well with unix-style text processing tools and shell pipelines. It's a great format for log files.
🌐
GitHub
github.com › typicode › json-server
GitHub - typicode/json-server: Get a full fake REST API with zero coding in less than 30 seconds (seriously) · GitHub
February 20, 2026 - JSON Server automatically serves files from the ./public directory.
Starred by 75.7K users
Forked by 7.3K users
Languages   JavaScript 91.7% | HTML 8.3%
🌐
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
In some cases, you may want to load JSON from a file, such as for configuration files or mock data. Using pure JavaScript, it currently isn’t possible to import a JSON file, however a proposal has been created to allow this. In addition, it is a very common feature in bundlers and compilers, ...
🌐
Tableau
help.tableau.com › current › pro › desktop › en-us › examples_json.htm
JSON File - Tableau
When you connect Tableau to a JSON file, Tableau scans the data in the first 10,000 rows of the JSON file and infers the schema from that process. Tableau flattens the data using this inferred schema. The JSON file schema levels are listed in the Select Schema Levels dialog box.
🌐
Berkeley
pythonnumericalmethods.studentorg.berkeley.edu › notebooks › chapter11.04-JSON-Files.html
JSON Files — Python Numerical Methods
In Python, the easiest way to handle JSON is to use json library. There are some other libraries such as simplejson, jyson etc. In this section, we will use json which is natively supported by Python to write and load JSON files.
🌐
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.
🌐
File Info
fileinfo.com › extension › json
JSON File - What is a .json file and how do I open it?
November 2, 2023 - A JSON file is a file that stores simple data structures and objects in JavaScript Object Notation (JSON) format, which is a standard data interchange format. It is primarily used for transmitting data between a web application and a server.
🌐
Turing
turing.com › kb › what-is-json
JSON: Introduction, Benefits, Applications, and Drawbacks | Turing
The JSON file format can easily handle unstructured, complex data, which is not possible with CSV format. In addition to that, hierarchical data can be easily represented using JSON, unlike the CSV format.
🌐
Amazon Web Services
aws.amazon.com › databases › amazon documentdb › what is json
What is JSON? - JSON Explained - AWS
2 weeks ago - JavaScript Object Notation, more commonly known by the acronym JSON, is an open data interchange format that is both human and machine-readable.
🌐
JSON Schema Validator
jsonschemavalidator.net
JSON Schema Validator - Newtonsoft
Get Json.NET Schema from NuGet (recommended) or download a ZIP of the assemblies and source code: Json.NET Schema