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).
🌐
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.
Discussions

Can someone please explain JSON to me?
JSON is derived from JavaScrtipt (JavaScript Object Notation) and is just the format using key value pairs. Values can be booleans, strings, numbers, arrays or objects. That's all it is. More on reddit.com
🌐 r/learnjavascript
88
56
November 24, 2023
Can someone please explain JSON to me?
JSON is derived from JavaScrtipt (JavaScript Object Notation) and is just the format using key value pairs. Values can be booleans, strings, numbers, arrays or objects. That's all it is. More on google.com
🌐 google.com
88
56
November 24, 2023
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 20, 2022
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.
🌐
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.

🌐
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
🌐
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.
🌐
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
1 month ago - 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%
🌐
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.
🌐
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.
🌐
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.
🌐
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, ...
🌐
File Format Docs
docs.fileformat.com › web › json
JSON File Format - What is a JSON file?
April 12, 2020 - JSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data. JSON files are stored with the .json extension. JSON requires less formatting and is a good alternative for XML. JSON is derived from JavaScript but is ...
🌐
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.
🌐
JSON Formatter
jsonformatter.curiousconcept.com
JSON Formatter & Validator
Added integration with the Mutate: Data Converter and the JSONPath Expression Tester, via new convert and query buttons. Added drag and drop, and browse, local file loading.
🌐
Quora
quora.com › What-program-do-I-need-to-open-a-JSON-format-file
What program do I need to open a JSON-format file? - Quora
Answer (1 of 5): Any text editor. JSON files are like XML: they're just containers for structured data that could be produced by any application. There's no one application that will know how to interpret all JSON files.
🌐
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.
🌐
W3Schools
w3schools.com › python › python_json.asp
Python JSON
Python Overview Python Built-in ... Q&A Python Bootcamp Python Certificate Python Training ... JSON is a syntax for storing and exchanging data....