JSON Formatter

Format JSON data.

What is JSON?

It is an open standard file format with extension .json and extended from JavaScript.

It uses human readable text to store and transmit data in the form of key-value or attribute-value pairs and arrays.

It is popularly used in web applications to create REST APIs request/response.