Back to Home
What Is JSON?
JSON (JavaScript Object Notation) is a text format for structured data built from objects (key-value pairs in curly braces) and arrays (ordered lists in square brackets), read and written natively by virtually every programming language.
JSON is the most common format APIs and modern software use to exchange data. Here's what it actually is and how it's structured.
Related tools
- ToolJSON to CSV
- ToolCSV to JSON
- ToolJSON Formatter