Node.js - HTTP Module
You want to limit the size of JSON request bodies to 100kb in Express. How do you configure
express.json() middleware correctly?express.json() middleware correctly?limit and accepts string with units like '100kb'.express.json({ limit: '100kb' }) to limit JSON body size.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions