2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-06 10:33:18 +00:00

Add Template operation for basic JSON rendering

This commit is contained in:
Kendall Goto
2025-04-09 15:16:11 -07:00
parent 7c8be12d52
commit 361a3b2929
6 changed files with 138 additions and 3 deletions

View File

@@ -157,6 +157,7 @@ import "./tests/Subsection.mjs";
import "./tests/SwapCase.mjs";
import "./tests/SymmetricDifference.mjs";
import "./tests/TakeNthBytes.mjs";
import "./tests/Template.mjs";
import "./tests/TextEncodingBruteForce.mjs";
import "./tests/ToFromInsensitiveRegex.mjs";
import "./tests/TranslateDateTimeFormat.mjs";