2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-16 00:04:20 +00:00

Added a JSON to YAML and a YALM to JSON operation

This commit is contained in:
Philipp Arnold
2021-12-10 23:22:57 +01:00
parent ae1b12c120
commit 23763363ba
5 changed files with 137 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ import "./tests/CBORDecode.mjs";
import "./tests/JA3Fingerprint.mjs";
import "./tests/JA3SFingerprint.mjs";
import "./tests/HASSH.mjs";
import "./tests/YAML.mjs";
// Cannot test operations that use the File type yet