How to create a Mongoose schema from JSON
问题 I am new into mongodb, nodejs and mongooseJS. Lately, I have been trying to create a mongoose schema for my JSON. { "endpoints":["a","z"], "poi":[{ "location_name": "a", "latitude": " 10.1075702", "longitude": "76.345662", "distance" : "0.0" }, { "location_name": "b", "latitude": "10.110199", "longitude": "76.3489361", "distance" : "2.0" }, { "location_name": "c", "latitude": "10.1197471", "longitude": "76.342873", "distance" : "3.1" }, { "location_name": "d", "latitude": "10.1254479",