On JSON.stringify()
Background
When working with a Node.js service, I intended to send a request to another service with JSON:
{
"name": "Instant noddle",
"category": null
}
However, I didn't manage to send the category field and this is what I sent instead:
{
...
redhoyasa.hashnode.dev1 min read