Thursday, 5 October 2017

what is bodyparser extended true and false in nodejs

https://stackoverflow.com/questions/29960764/what-does-extended-mean-in-express-4-0


If extended is false, you can not post "nested object"
person[name] = 'cw'

// Nested Object = { person: { name: cw } }
If extended is true, you can do whatever way that you like.

No comments:

Post a Comment