/json-utility

A tool to correctly format the body of AWS Lambda Events

Primary LanguageTypeScript

JSON Utility

nothing more then stringify a minify JSON

Sick of using multiple tools to get the same result over and over again: so I wrap up this real quick mainly for personal use as 'body' to Lambda events in the NodeJS debugging environment.
What does it do exactly?
Converts this:
{
	"id": "d3b2a30",
	"type": "JSON",
	"url": "https://json-utility.vercel.app"
}
to this:
"{\"id\":\"d3b2a30\",\"type\":\"JSON\",\"url\":\"https://json-utility.vercel.app\"}"
and nothing else.