Toolkit Bay

JSON Minifier

Make JSON (Javascript Object Notation) file size smaller

See more formatter tools

JSON Minifier

What is JSON ?

JSON (JavaScript Object Notation) is a file format or structure that uses human-readable text for transmitting data or objects such as text, number, list, object( yes, javascript object), and others.

JSON object is native in Javasscript and can be seen as key - value pair. JSON is pretty common object used to send data over the internet.

Sample of JSON Formatted Text :

{
  "name" : "doggy",
  "skills" : [
    {"duration":5, "name":"bark"},
    {"duration":2, "name":"smile"},
    {"duration":99999, "name":"loving"},
  ]
}

What is Minification (from Minifier) ?

Minification is the process of removing all unnecessary characters from the source codes without changing their functionality or behaviour. So, the size of your code will be reduced without changing the result of the code.

Minification can remove few things from source code such as spaces and newlines. Or even can change the structure of the code while maintaining the same result (this example is quite extreme, but possible. The process can be quite the same as in the compiler).

The drawback of minification of course the code can be harder to read, thats why minify can be called uglify.

Category
formatter
Tags

About

Toolkit Bay or TKB is an online tools website providing free and easy to use tools to increase productivity.

If you have any inquiries or suggestions or issues, you can contact us on: contact@toolkitbay.com

Data & Privacy

We respect your data. Uploaded file/data/input will be automatically deleted. And the processed data will be deleted less than a day.

More detail on privacy here

Copyright © 2024 Toolkit Bay. All Rights Reserved