Convert JSON Online
JSON - JavaScript Object Notation
Format introduction:
In computing, JavaScript Object Notation or JSON is an open-standard file format that uses human-readable text to transmit data objects consisting of attribute-value pairs and array data types (or any other serializable value).
Technical details:
JSON is a very common data format used for asynchronous browser-server communication, including as a replacement for XML in some AJAX-style systems. JSON is a language-independent data format. It was derived from JavaScript, but as of 2017 many programming languages include code to generate and parse JSON-format data.
| File extension | .json |
| MIME | application/json |
| Developed by | json.org |
| Type of format | Data interchange |
| Associated programs | Many programming languages |
| Sample file | sample.json |
| Wikipedia | JSON on Wikipedia |
The list shows what formats can convert to JSON and what formats can be converted from JSON. Click on a link below to start a specific conversion.
| # | Conversion | Type | Position |
|---|---|---|---|
| 1 | JSON to PDF | document | FROM JSON |
| 2 | JSON to HTML | document | FROM JSON |
| 3 | JSON to XLS | document | FROM JSON |
| 4 | JSON to XLSX | document | FROM JSON |
| 5 | JSON to ODS | document | FROM JSON |
| 6 | JSON to CSV | document | FROM JSON |
| 7 | JSON to YAML | document | FROM JSON |
| 8 | XLS to JSON | document | TO JSON |
| 9 | XLSX to JSON | document | TO JSON |
| 10 | ODS to JSON | document | TO JSON |
| 11 | CSV to JSON | document | TO JSON |
| 12 | VCF to JSON | document | TO JSON |
| 13 | XML to JSON | document | TO JSON |
| 14 | YAML to JSON | document | TO JSON |