Json formatter tool

This simple JSON formatter tool helps you to format your JSON script correctly. Also, you can use it to minify JSON strings

 



JSON is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute-value pairs and arrays. It is a common data format with diverse uses in electronic data interchange, including that of web applications with servers.

JSON vs XML

JSON is a data-interchange format and only provides a data encoding specification. XML is a language to specify custom markup languages and provides a lot more than data interchange. With its strict semantics, XML defined a standard to assert data integrity of XML documents, of any XML sub-language.

Another key point to note is that JSON is based on JavaScrip whereas XML is derived from SGML, a Standard Generalized Markup Language that serves a standard for defining generalized markup languages for documents

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.