feat(new tool): JSON Escape/Unescape

JSON String Escaper/Unescaper
Fix #659
This commit is contained in:
sharevb 2024-04-03 22:43:09 +02:00 committed by ShareVB
parent d3b32cc14e
commit 9c5b297b30
5 changed files with 106 additions and 6 deletions

View file

@ -6,6 +6,7 @@ import { tool as asciiTextDrawer } from './ascii-text-drawer';
import { tool as textToUnicode } from './text-to-unicode';
import { tool as safelinkDecoder } from './safelink-decoder';
import { tool as jsonEscaper } from './json-escaper';
import { tool as pdfSignatureChecker } from './pdf-signature-checker';
import { tool as numeronymGenerator } from './numeronym-generator';
import { tool as macAddressGenerator } from './mac-address-generator';
@ -128,6 +129,7 @@ export const toolsByCategory: ToolCategory[] = [
httpStatusCodes,
jsonDiff,
safelinkDecoder,
jsonEscaper,
],
},
{