Subset of ExpressOptions accepted by start() and getApp() on the public API. Currently covers only the jsonBodyParser settings; additional options (routes, middleware) are registered via dedicated methods instead.
start()
getApp()
jsonBodyParser
Optional
Readonly
Fine-grained options passed directly to bodyParser.json().
bodyParser.json()
Maximum request body size (e.g. '1mb').
'1mb'
When false, allows non-object/array JSON at the top level.
false
Subset of ExpressOptions accepted by
start()andgetApp()on the public API. Currently covers only thejsonBodyParsersettings; additional options (routes, middleware) are registered via dedicated methods instead.See