mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 09:46:17 -04:00
Added support for parsing JSON with number type values. Added support for non-array JSON objects. Added extra tests for JSON to CSV operation.
This commit is contained in:
parent
01f0625d6a
commit
8fa8e34027
3 changed files with 100 additions and 0 deletions
|
@ -52,6 +52,7 @@ import "./tests/Image";
|
|||
import "./tests/Jump";
|
||||
import "./tests/JSONBeautify";
|
||||
import "./tests/JSONMinify";
|
||||
import "./tests/JSONtoCSV";
|
||||
import "./tests/JWTDecode";
|
||||
import "./tests/JWTSign";
|
||||
import "./tests/JWTVerify";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue