AnyFormat

00data

JSON

JavaScript Object Notation

JSON is the default interchange format of the web: nested objects and arrays in plain text, produced by essentially every API and configuration system written since 2005. People convert it when they need to look at it in a spreadsheet, hand it to a system that only speaks XML or YAML, or simply make an unformatted single-line blob readable.

Extension
.json
MIME type
application/json

01 Convert JSON to something else

02 Convert something else to JSON

03 Related formats

Opening a .json file

If you landed here because something handed you a .json file and nothing on your machine will open it, converting it to a format you already have a reader for is usually faster than installing new software. Every conversion above runs in this browser — the file is not uploaded, so it works on a locked-down work machine and on a file you are not allowed to send anywhere.