mongodb - Missing id JSON - GET -


i've made couple of registries in database (mongodb), when try @localhost:8080/ {for example company} info collection can't see id of documents, entered.

any ideas how can fix , show id ?

{     "name" : "google",     "person" : null,     "_links" : {     "self" : {         "href" : "http://localhost:8080/company/2" } 


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -