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