$ man json

Engineering · Data Formats

JSON

JavaScript Object Notation. A text format for storing structured data.

by Shawn Tenam


por qué importa

APIs return JSON. Config files use JSON. Your daily tracker logs are JSON. It's readable by humans, parseable by machines. Key-value pairs, nested objects, arrays.

cómo lo usas

{ "name": "value", "count": 5, "tags": ["tag1", "tag2"] }. JSON files end in .json. Parse them with JSON.parse() in JavaScript or json.load() in Python.


términos relacionados
CSVConfiguration Files
guía de ingeniería e IAtodos los términos
ShawnOS.ai|theGTMOS.ai|theContentOS.ai
built with Next.js · Tailwind · Claude · Remotion