No class needed in advance
can create on the fly
good for data that changes structure or datatypes
NoSQL Dbs don't have datatypes for its fields, so no way to know ahead of time
var someObject = new {name = “Alex”, age=35}
- Log in to post comments
Tags