From b0c51df6d27e4b658dff87c95afd214fa32816cc Mon Sep 17 00:00:00 2001 From: Nigro Simone Date: Sun, 29 Sep 2024 20:48:33 +0200 Subject: [PATCH] Add express-fast-json-stringify --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6184637..dd6dd11 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Curated list of express.js resources - [express-pino-logger](https://github.com/pinojs/express-pino-logger) - Use the fast, low overhead Pino logger to log each request. - [express-validator](https://github.com/express-validator/express-validator) - express-validator is a set of express.js middlewares that wraps validator.js validator and sanitizer functions. - [express-response-hooks](https://github.com/arikw/express-response-hooks) - Intercept and mutate responses before they are sent to the client +- [express-fast-json-stringify](https://www.npmjs.com/package/express-fast-json-stringify) - With express-fast-json-stringify, you can leverage fast-json-stringify in your Express application ## Microservices