mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 00:36:16 -04:00
Add Template operation for basic JSON rendering
This commit is contained in:
parent
7c8be12d52
commit
361a3b2929
6 changed files with 138 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue