On JSON.stringify()
Sep 18, 2023 · 1 min read · 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: { ...
Join discussion