gchq / gchq/CyberChef

Feature request: JSON stringify

Open
#977 3 comments 1 reaction 0 assignees View on GitHub
operation
Dominant language
JavaScript
Stars
35.8k
Forks
4.1k
Avg merge
2d 26m
Merged PRs (30d)
33

Description

It would be helpful to have an operation for converting the plain console output of an js object to JSON (and maybe vice versa) - something like JSON.stringify.

Example:
```
{
test: "Hello World"
}
```
to:
`{"test":"Hello World"}`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.