feat(new tool): Implement JSON sorter, addressing issue #941

This commit is contained in:
Babar Saleh Hayat 2024-03-27 19:29:53 +05:00
parent d3b32cc14e
commit 22cdc82e3f
12 changed files with 215 additions and 1 deletions

View file

@ -328,6 +328,10 @@ tools:
title: PDF signature checker
description: Verify the signatures of a PDF file. A signed PDF file contains one or more signatures that may be used to determine whether the contents of the file have been altered since the file was signed.
json-sort-master:
title: JSON sort master
description: Sort your JSON by keys and values.
json-minify:
title: JSON minify
description: Minify and compress your JSON by removing unnecessary white spaces.

View file

@ -68,4 +68,8 @@ tools:
math: Math
measurement: Measurement
text: Text
data: Data
data: Data
json-sort-master:
title: Maestro de clasificación JSON
description: Ordena tu JSON por claves y valores.

View file

@ -79,3 +79,7 @@ tools:
copied: Le token a été copié
length: Longueur
tokenPlaceholder: Le token...
json-sort-master:
title: Maître de tri JSON
description: Triez votre JSON par clés et valeurs.

View file

@ -69,3 +69,7 @@ tools:
measurement: 'Medidas'
text: 'Texto'
data: 'Dados'
json-sort-master:
title: 'Mestre de classificação JSON'
description: 'Ordene seu JSON por chaves e valores.'

View file

@ -69,3 +69,7 @@ tools:
measurement: Вимірювання
text: Текст
data: Дані
json-sort-master:
title: JSON сортувальник
description: Сортуйте ваш JSON за ключами та значеннями.

View file

@ -221,6 +221,10 @@ tools:
title: Định dạng và làm đẹp JSON
description: Định dạng chuỗi JSON của bạn thành một định dạng dễ đọc và thân thiện với con người.
json-sort-master:
title: Sắp xếp JSON
description: Sắp xếp JSON của bạn theo các khóa và giá trị.
docker-run-to-docker-compose-converter:
title: Chuyển đổi lệnh docker run thành tệp docker-compose
description: Chuyển đổi các lệnh docker run thành tệp docker-compose!

View file

@ -225,6 +225,10 @@ tools:
title: JSON美化和格式化
description: 将JSON字符串修饰为友好的可读格式。
json-sort-master:
title: JSON排序大师
description: 按键和值对您的JSON进行排序。
docker-run-to-docker-compose-converter:
title: Docker Run 到 docker-compose 转换器
description: 将 docker run 命令行转换为 docker-compose 文件!