Feature request: JSON stringify
Open
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
Assessment
This issue has not been assessed yet.