

is plain text using a character set such as ASCII, UTF-8, etc.is an acronym of Comma Separated Values.language independent - JSON is text only and can be read and used by any programming language.an acronym of JavaScript Object Notation.a "lightweight" syntax for storing and exchanging data.

If you don't want your CSV/JSON saved remember to clear the editor before closing. If you close the browser or tab the current state of the editor is saved. This editor works entirely in your browser.

If there are errors found correct them and click the convert button again. Hover over the error icons to see a description of the error. If errors are found they are highlighted in the left gutter on the lines that errors were found. It uses the Ace embeddable code editor to add editing and error checking. Just paste your CSV or JSON and then click the convert button. It was derived from JavaScript, but as of 2017 many programming languages include code to generate and parse JSON-format data.This converter lets you convert CSV to JSON and JSON to CSV. JSON is a language-independent data format. JSON is a very common data format used for asynchronous browser-server communication, including as a replacement for XML in some AJAX-style systems. CSV implementations may not handle such field data, or they may use quotation marks to surround the field. The basic idea of separating fields with a comma is clear, but that idea gets complicated when the field data may also contain commas or even embedded line-breaks. 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). The use of the comma as a field separator is the source of the name for this file format. Each record consists of one or more fields, separated by commas. In computing, a comma-separated values (CSV) file stores tabular data (numbers and text) in plain text.
